From: Tomas Mudrunka Date: Wed, 18 Feb 2015 07:22:58 +0000 (+0100) Subject: Merge pull request #13 from ambienthack/master X-Git-Url: https://git.harvie.cz/?p=mirrors%2FDokuWiki-Plugin-SVGEdit.git;a=commitdiff_plain;h=a88ccc3a5bec0cf55f1fbb01afa5382a9c06d7ad;hp=5e7d36de22cf8b4cd3bbda75cf73accaecb1d2ff Merge pull request #13 from ambienthack/master Make compatible with Weatherwax version of DokuWiki --- diff --git a/plugin.info.txt b/plugin.info.txt index e980ce2..93a4aef 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -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 diff --git a/script.js b/script.js index 430683a..127ab65 100644 --- 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