Skip to content

Commit

Permalink
Editing a script - an old bug is back again
Browse files Browse the repository at this point in the history
  • Loading branch information
janekptacijarabaci committed Sep 12, 2013
1 parent 7abc7a6 commit 53f7d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/addons4-overlay.js
Expand Up @@ -77,6 +77,7 @@ var observer = {
if (!data) break;
var oldAddon = ScriptAddonFactoryByScript({'id': data});
if (!oldAddon) break;
addon = ScriptAddonFactoryByScript(script, true);

// Use old and new the addon references to update the view.
var item = createItem(addon);
Expand Down

0 comments on commit 53f7d94

Please sign in to comment.