Commit 16d91fb9 authored by Sven Franck's avatar Sven Franck

fix: empty gadget content on refresh (pre-slot)

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