insert the scroll bar on the chat automatically instead of grow the div indefinitely; little improvement on the deploy script for the recordings
This commit is contained in:
parent
51fe50a811
commit
df37f484d7
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user