Merge branch 'saas' of github.com:sourcefabric/Airtime into saas
This commit is contained in:
commit
fd42c67b0b
13 changed files with 225 additions and 76 deletions
|
@ -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();});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue