Merge branch '2.5.x' into saas

This commit is contained in:
Duncan Sommerville 2015-01-21 15:15:58 -05:00
commit 7e2cc65f32
3 changed files with 70 additions and 5 deletions

View file

@ -1059,7 +1059,10 @@ var AIRTIME = (function(AIRTIME){
"<i class='icon-white icon-ban-circle'></i></button></div>");
}
$toolbar.append($menu);
if (localStorage.getItem('user-type') != 'G') {
$toolbar.append($menu);
}
$menu = undefined;
$('#timeline-sa').click(function(){mod.selectAll();});