SVG-Edit loaded using HTTPS
[mirrors/DokuWiki-Plugin-SVGEdit.git] / script.js
index d8d7b02ee8e34df10c83214d46c9fc1e701184f0..f1fa3471c48ad35192c70bd606167679ae932caa 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.088756 seconds and 4 git commands to generate.