Commit becb9790 authored by Romain Courteaud's avatar Romain Courteaud

Do not add one more refresh process for existing element.

parent 4e8a69f3
......@@ -169,12 +169,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
status_context = $(this).append(\'<li><a class="check_monitoring" id="\'\n
+ status_id + \'" data-url="\' + encodeURIComponent(status_url) + \'"></a></li>\')\n
.find(\'#\' + status_id);\n
(function(new_context) {\n
setTimeout(function () {\n
update_status(new_context);\n
});\n
})(status_context);\n
}\n
(function(new_context) {\n
setTimeout(function () {\n
update_status(new_context);\n
});\n
})(status_context);\n
}\n
},\n
complete: function() {\n
......
5
\ No newline at end of file
6
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment