Advertisement
NamPNQ

Untitled

Jul 30th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. File static/cke/plugins/svgedit/plugin.js
  2. Line 20
  3. $("<div id='svg-frame-hold' style='position: fixed;width: 900px; height:600px; background: #000; top: 40px;'><iframe id='svg_edit_frame' style='width: 100%;height: 100%; min-height: 630px;' src='"+url+"'></iframe></div>").appendTo("body");
  4. Sửa nó thành
  5. $("<div id='svg-frame-hold' style='z-index:1000; position: fixed;width: 900px; height:600px; background: #000; top: 40px;'><iframe id='svg_edit_frame' style='width: 100%;height: 100%; min-height: 630px;' src='"+url+"'></iframe></div>").appendTo("body");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement