mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
PHRAS-68 Context menu is disable for menu bar in account template
This commit is contained in:
@@ -22,7 +22,6 @@ $(document).ready(function () {
|
||||
$.datepicker.setDefaults($.datepicker.regional[jq_date]);
|
||||
|
||||
$('a.infoDialog,div.infoDialog').live('click', function (event) {
|
||||
console.log("click");
|
||||
infoDialog($(this));
|
||||
});
|
||||
|
||||
@@ -317,7 +316,6 @@ function setPref(name, value) {
|
||||
|
||||
|
||||
function infoDialog(el) {
|
||||
|
||||
$("#DIALOG").attr('title', '')
|
||||
.empty()
|
||||
.append(el.attr('infos'))
|
||||
|
Reference in New Issue
Block a user