Skip to content
Snippets Groups Projects
Commit df37f484 authored by Felipe Cecagno's avatar Felipe Cecagno
Browse files

insert the scroll bar on the chat automatically instead of grow the div...

insert the scroll bar on the chat automatically instead of grow the div indefinitely; little improvement on the deploy script for the recordings
parent 51fe50a8
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,12 @@
# You should have received a copy of the GNU Lesser General Public License along
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
#
sudo cp -r core/lib/recordandplayback/* /usr/local/bigbluebutton/core/lib/recordandplayback/
sudo cp -r core/lib/* /usr/local/bigbluebutton/core/lib/
sudo cp -r core/scripts/* /usr/local/bigbluebutton/core/scripts/
PLAYBACK_LIST="slides presentation"
sudo mkdir -p /var/bigbluebutton/playback/
for PLAYBACK in $PLAYBACK_LIST
do
sudo cp -r $PLAYBACK/playback/* /var/bigbluebutton/playback/
......
......@@ -122,7 +122,7 @@ br{
padding: 0 10px;
border: 1px solid #ccc;
height: 300px;
overflow: auto;
}
#chat div{
padding:0px;
......
......@@ -365,7 +365,7 @@ var cursorStyle;
var params = getUrlParameters();
var MEETINGID = params.meetingId;
var HOST = window.location.hostname;
var HOST = window.location.host;
var url = "http://" + HOST + "/presentation/" + MEETINGID;
var shapes_svg = url + '/shapes.svg';
var events_xml = url + '/panzooms.xml';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment