aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-16 21:24:30 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-16 21:24:30 +0200
commita99968f71e934093d42613197dc4e23b7f463a52 (patch)
treef3d6db93a734eac730d913e87f1cba26ad70c640 /jsaccess/jsa
parentjsaccess: add comments and license (diff)
downloadlaurent-tools-a99968f71e934093d42613197dc4e23b7f463a52.tar.xz
laurent-tools-a99968f71e934093d42613197dc4e23b7f463a52.zip
jsaccess: force status redraw on change
Diffstat (limited to 'jsaccess/jsa')
-rw-r--r--jsaccess/jsa/jsa.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsaccess/jsa/jsa.js b/jsaccess/jsa/jsa.js
index 625f2f9..eb28a01 100644
--- a/jsaccess/jsa/jsa.js
+++ b/jsaccess/jsa/jsa.js
@@ -130,5 +130,6 @@ function _save(obj, name) {
function _status(txt) {
var div = document.getElementById('status');
div.innerHTML = div.innerHTML + '<br/>' + txt;
+ $('#status').hide().show();
}