3
0
Fork 0

Merge pull request #372 from antespi/patch-1

Remove debug code in JS
8.0
Sylvain LE GAL 2016-06-10 14:03:07 +02:00 committed by GitHub
commit 54ead4fa60
1 changed files with 0 additions and 2 deletions

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