]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/FetchmailView.js
fix bug #1707: use correct units for deferred mail queue (minutes)
[pmg-gui.git] / js / FetchmailView.js
index 4e7260488a0f4cfb7d20a57f5630b775add127a4..08df001969a4e92ffc4956afc7281b724c303bdb 100644 (file)
@@ -41,7 +41,7 @@ Ext.define('PMG.FetchmailView', {
                url: view.baseurl,
                method: 'POST'
             });
-            win.on('destroy', function() { view.store.load() });
+            win.on('destroy', function() { view.store.load(); });
             win.show();
        },