Merge pull request #13 from ambienthack/master
authorTomas Mudrunka <tomas@mudrunka.cz>
Wed, 18 Feb 2015 07:22:58 +0000 (08:22 +0100)
committerTomas Mudrunka <tomas@mudrunka.cz>
Wed, 18 Feb 2015 07:22:58 +0000 (08:22 +0100)
Make compatible with Weatherwax version of DokuWiki

plugin.info.txt
script.js

index e980ce25f72761177fde2e5d0fe5c736e2915738..93a4aef7f302e8c89fabf4cc96fc6781aded9f98 100644 (file)
@@ -1,7 +1,7 @@
 base   svgedit
 author Thomas Mudrunka
 email  harvie[a]email_cz
-date   2010-06-20
+date   2014-05-20
 name   SVG-Edit plugin
 desc   A nice way, to create, store, edit, and embed SVG images in DokuWiki
 url    http://www.dokuwiki.org/plugin:svgedit
index 430683a273ac7b412b619c6ce11087b796ff9ffc..127ab65b3903531dc919760b35611b51bdfae228 100644 (file)
--- a/script.js
+++ b/script.js
@@ -1,5 +1,5 @@
-var svgeditor_path = 'http://svg-edit.googlecode.com/svn/tags/stable/editor/'; //online stable
-//var svgeditor_path = 'http://svg-edit.googlecode.com/svn/trunk/editor/';     //online latest (unstable)
+var svgeditor_path = 'https://svg-edit.googlecode.com/svn/branches/stable/editor/';    //online stable
+//var svgeditor_path = 'https://svg-edit.googlecode.com/svn/trunk/editor/';    //online latest (unstable)
 //var svgeditor_path = DOKU_BASE+'lib/plugins/svgedit/svg-edit/';              //offline
 
 //load embedapi.js
This page took 0.121264 seconds and 4 git commands to generate.