Browse Source

Remove debug code in JS

pull/372/head
Antonio Espinosa 8 years ago
committed by GitHub
parent
commit
2e3414e76c
  1. 2
      help_popup/static/src/js/popup_help.js

2
help_popup/static/src/js/popup_help.js

@ -12,8 +12,6 @@ openerp.help_popup = function(instance, local) {
return true;
}
$elem.data('click-init', true);
//alert('ee' + self.action)
console.log(self.action.id)
if (self.action.id == undefined || (self.action.advanced_help == '' && self.action.enduser_help == '')) {
self.$el.find('span.view_help').hide()
}

Loading…
Cancel
Save