CC-6114 - Remove New button from nav bar

This commit is contained in:
Duncan Sommerville 2015-08-31 13:48:22 -04:00
parent d2f46882c1
commit c1e2daaac4
3 changed files with 6 additions and 33 deletions

View file

@ -150,18 +150,6 @@ var AIRTIME = (function(AIRTIME) {
"</button>" +
"</div>"
);
//).append(
// "<div class='btn-group'>" +
// "<button class='btn btn-small dropdown-toggle' data-toggle='dropdown'>" +
// $.i18n._("Select") + " <span class='caret'></span>" +
// "</button>" +
// "<ul class='dropdown-menu'>" +
// "<li id='sb-select-page'><a href='#'>" + $.i18n._("Select this page") + "</a></li>" +
// "<li id='sb-dselect-page'><a href='#'>" + $.i18n._("Deselect this page") + "</a></li>" +
// "<li id='sb-dselect-all'><a href='#'>" + $.i18n._("Deselect all") + "</a></li>" +
// "</ul>" +
// "</div>"
//);
};
mod.moveSearchBarToHeader = function() {