summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/js/nd-functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/html/js/nd-functions.js')
-rw-r--r--LogReceiver/html/js/nd-functions.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/LogReceiver/html/js/nd-functions.js b/LogReceiver/html/js/nd-functions.js
index 7480763..ac8f273 100644
--- a/LogReceiver/html/js/nd-functions.js
+++ b/LogReceiver/html/js/nd-functions.js
@@ -3,6 +3,7 @@ var updateStatus = function (s){
};
var updateIfProgressBar = function (i, p){
+ fbgui.notifyCall();
if (p >= 0 && p <= 100){
$("#"+i+"_progress").progressbar({ value: p });
}else{
@@ -11,10 +12,11 @@ var updateIfProgressBar = function (i, p){
};
var updateIfStatus = function(i, s){
-
+
};
var addInterface = function (i){
+ fbgui.notifyCall();
$("#nd_progress_container").append(
"<div class='interface'>"+
" Interface: " +i+