PHRAS-68 Context menu is disable for menu bar in account template

This commit is contained in:
Nicolas Le Goff
2014-04-10 19:03:53 +02:00
parent 317372eb96
commit 445ac04b69
3 changed files with 37 additions and 4 deletions

View File

@@ -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'))