aboutsummaryrefslogtreecommitdiffstats
path: root/include/main.js
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-20 17:17:08 -0700
committerFriendika <info@friendika.com>2011-07-20 17:17:08 -0700
commit530722568281188f262c5da5fcc8020528f1a3ac (patch)
treef3f0fbdacd3c5beeb949f4a00e899c3c970a50f4 /include/main.js
parent40092c83a5568a9896c05f7ccdd8da4649f5271a (diff)
downloadvolse-hubzilla-530722568281188f262c5da5fcc8020528f1a3ac.tar.gz
volse-hubzilla-530722568281188f262c5da5fcc8020528f1a3ac.tar.bz2
volse-hubzilla-530722568281188f262c5da5fcc8020528f1a3ac.zip
ajax pause - any key to resume
Diffstat (limited to 'include/main.js')
-rw-r--r--include/main.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/main.js b/include/main.js
index 040e9695e..288fd6f01 100644
--- a/include/main.js
+++ b/include/main.js
@@ -100,6 +100,14 @@
$('#pause').html('');
}
}
+ else {
+ // any key to resume
+ if(stopped == true) {
+ stopped = false;
+ $('#pause').html('');
+ }
+ }
+
});
});