Skip to content

Commit

Permalink
Update clean-artifacts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
twalker committed Sep 12, 2014
1 parent 6843735 commit 74f9d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-artifacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// removes all the wf* attributes used by the editor.
function removeAttributes(doc){
var editorAttrs = 'data-wfcb data-wflabel data-wfcz data-wfedit data-wfstyle draggable'.split(' ');
var editorAttrs = 'data-wfcb data-wflabel data-wfcz data-wfedit data-wfstyle draggable data-dnd'.split(' ');
editorAttrs.forEach(function(attr){
removeAttribute(doc, attr);
});
Expand Down

0 comments on commit 74f9d59

Please sign in to comment.