[FIX] client action 'reload_all': remove template
authorRaphael Collet <rco@openerp.com>
Tue, 15 May 2012 08:34:45 +0000 (10:34 +0200)
committerRaphael Collet <rco@openerp.com>
Tue, 15 May 2012 08:34:45 +0000 (10:34 +0200)
bzr revid: rco@openerp.com-20120515083445-2bu5c4nbtxnszifv

addons/web/static/src/js/views.js

index ae1ec8f..3cc4692 100644 (file)
@@ -1324,7 +1324,6 @@ instance.web.client_actions = new instance.web.Registry();
 instance.web.client_actions.add("reload_all", "instance.web.ReloadAll");
 
 instance.web.ReloadAll = instance.web.Widget.extend({
-    template: "EmptyComponent",
     start: function() {
         window.location.reload();
     }