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 authored and arantius committed Oct 2, 2013
1 parent e716fe1 commit da7f591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/addons4-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,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 da7f591

Please sign in to comment.