Break the context menus

This commit is contained in:
Albert Santoni 2015-08-17 18:13:37 -04:00
parent 74a1e0929d
commit 07752dd9a5
1 changed files with 10 additions and 0 deletions

View File

@ -438,6 +438,11 @@ var AIRTIME = (function(AIRTIME) {
}
};
mod.initializeContextMenus = function() {
};
libraryInit = function() {
$libContent = $("#library_content");
@ -566,6 +571,7 @@ var AIRTIME = (function(AIRTIME) {
}
oTable = $libTable.dataTable( {
// put hidden columns at the top to insure they can never be visible
@ -893,6 +899,9 @@ var AIRTIME = (function(AIRTIME) {
}
});
AIRTIME.library.initializeContextMenus();
/*
// begin context menu initialization.
$.contextMenu({
selector: '#library_display tr:has(td)',
@ -1084,6 +1093,7 @@ var AIRTIME = (function(AIRTIME) {
};
}
});
*/
};
mod.libraryInit = libraryInit;