From b84f0fac63fb3f4c0b3bf8aaec85425b920eb3ca Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Sat, 18 Jun 2016 16:09:50 +0200 Subject: [PATCH] This should fix #22 (google code moved to github) --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2