Skip to content
Snippets Groups Projects
Commit c668cfde authored by Chad Pilkey's avatar Chad Pilkey
Browse files

disabled the sample poll display

parent aab372e4
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
this.setChildIndex(thumbnailView, this.numChildren - 1);
/*
var t:Timer = new Timer(3000, 1);
var that:SlideView = this;
t.addEventListener(TimerEvent.TIMER_COMPLETE, function () {
......@@ -118,6 +119,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
});
});
t.start();
*/
if (UsersUtil.amIPresenter()) {
becomePresenter();
......
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