Skip to content

Commit

Permalink
Fix #618 by fixing the fix for #592
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeccati committed Sep 15, 2015
1 parent 29a04bb commit e6a3862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/delivery_dev/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
s.text = scripts[i].innerHTML;
}

scripts[i].parentNote.replaceChild(s, scripts[i]);
scripts[i].parentNode.replaceChild(s, scripts[i]);
}

ins.parentNode.replaceChild(newIns, ins);
Expand Down

0 comments on commit e6a3862

Please sign in to comment.