Skip to content

Commit

Permalink
Fix dynamic (ajax) load problem w/ tinymce.dom.Event.domLoaded
Browse files Browse the repository at this point in the history
  • Loading branch information
pterk committed Aug 2, 2011
1 parent 04cc866 commit d92b8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinymce/templates/tinymce/tiny_mce_gzip.js
Expand Up @@ -71,7 +71,6 @@ var tinyMCE_GZ = {
if (c < 10000 && x.status == 200) {
t.loaded = 1;
t.eval(x.responseText);
tinymce.dom.Event.domLoaded = true;
cb.call(sc || t, x);
}

Expand Down Expand Up @@ -123,6 +122,7 @@ var tinyMCE_GZ = {
},

end : function() {
tinymce.dom.Event.domLoaded = true;
},

eval : function(co) {
Expand Down

0 comments on commit d92b8d3

Please sign in to comment.