From f6642844e079489ef6b3b71a6a9d7b243b6c1f9a Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 07 Nov 2010 05:58:50 -0500
Subject: [PATCH] - Fix: loading message doesn't disapear after using 'load-images' action

---
 program/js/app.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index ff7411c..069c59f 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -1824,6 +1824,8 @@
     else {
       if (!this.env.frame_lock)
         this.env.frame_lock = this.set_busy(true, 'loading');
+      if (preview)
+        url += '&_unlock='+this.env.frame_lock;
       target.location.href = this.env.comm_path+url;
 
       // mark as read and change mbox unread counter

--
Gitblit v1.9.1