3
0
Fork 0

Remove debug code in JS

8.0
Antonio Espinosa 2016-06-10 09:32:01 +02:00 committed by GitHub
parent 277b94e19f
commit 2e3414e76c
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()
}