GIT.Harvie.CZ
/
mirrors
/
DokuWiki-Plugin-SVGEdit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d4eae
)
correct svgedit class name
27/head
author
Alan
<microsuncn@gmail.com>
Wed, 17 Oct 2018 11:18:07 +0000
(19:18 +0800)
committer
Alan
<microsuncn@gmail.com>
Wed, 17 Oct 2018 11:18:07 +0000
(19:18 +0800)
script.js
patch
|
blob
|
blame
|
history
diff --git
a/script.js
b/script.js
index 1aed562aab25d974e7ca382581c1d7a8f6eb1a0a..89bf2b5299e889e6f435bdd64c81d1af11986b85 100644
(file)
--- a/
script.js
+++ b/
script.js
@@
-100,7
+100,7
@@
function svgedit_init() {
field.parentNode.insertBefore(el, field);
//create embedapi
- window.svgedit = new
embedded_svg_e
dit(jQuery('#svg__edit')[0]);
+ window.svgedit = new
EmbeddedSVGE
dit(jQuery('#svg__edit')[0]);
//load image
svgedit_load();
This page took
0.167538 seconds
and
4
git commands to generate.