wip: move js modules into production-client npm module

This commit is contained in:
Florian BLOUET
2016-03-02 18:27:24 +01:00
parent ab368a7dee
commit d7c89a2199
16 changed files with 230 additions and 791 deletions

View File

@@ -33,11 +33,11 @@ var commonModule = (function ($, p4) {
$(this).removeClass('context-menu-item-hover');
});
$('#help-trigger').contextMenu('#mainMenu .helpcontextmenu', {openEvt: 'click', dropDown: true, theme: 'vista', dropDown: true,
/*$('#help-trigger').contextMenu('#mainMenu .helpcontextmenu', {openEvt: 'click', dropDown: true, theme: 'vista', dropDown: true,
showTransition: 'slideDown',
hideTransition: 'hide',
shadow: false
});
});*/
});