From: Tomas Mudrunka Date: Sat, 18 Jun 2016 14:09:50 +0000 (+0200) Subject: This should fix #22 (google code moved to github) X-Git-Url: https://git.harvie.cz/?p=mirrors%2FDokuWiki-Plugin-SVGEdit.git;a=commitdiff_plain;h=b84f0fac63fb3f4c0b3bf8aaec85425b920eb3ca This should fix #22 (google code moved to github) --- diff --git a/script.js b/script.js index 127ab65..8d887fb 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,5 @@ -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 = 'https://raw.githubusercontent.com/SVG-Edit/svgedit/stable/editor/'; //online stable +//var svgeditor_path = 'https://raw.githubusercontent.com/SVG-Edit/svgedit/master/editor/'; //online latest (unstable) //var svgeditor_path = DOKU_BASE+'lib/plugins/svgedit/svg-edit/'; //offline //load embedapi.js