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:
Felipe Cecagno 2012-10-11 13:45:14 -03:00
parent 51fe50a811
commit df37f484d7
3 changed files with 5 additions and 3 deletions

View File

@ -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/

View File

@ -122,7 +122,7 @@ br{
padding: 0 10px;
border: 1px solid #ccc;
height: 300px;
overflow: auto;
}
#chat div{
padding:0px;

View File

@ -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';