Merge pull request #372 from antespi/patch-1

Remove debug code in JS
This commit is contained in:
Sylvain LE GAL
2016-06-10 14:03:07 +02:00
committed by GitHub

View File

@@ -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()
}