Commit fa897fd0 authored by Sven Franck's avatar Sven Franck

fix: need to empty gadgets in case of refreshing contents (temp-fix)

parent 09c47b39
......@@ -115,7 +115,7 @@ var RenderJs = (function () {
// async
if (async) {
async(data, function(markup){
gadget.append(markup);
gadget.empty().append(markup);
if (callback) {
callback(self);
}
......
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