From 4e3dcc2125f2e28b1e2d7345d9553da9cc5aed70 Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Tue, 20 May 2014 02:18:42 +0200 Subject: [PATCH] SVG-Edit loaded using HTTPS --- plugin.info.txt | 2 +- script.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.info.txt b/plugin.info.txt index fbde4bc..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 2014-05-14 +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 17fc945..f1fa347 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,5 @@ -var svgeditor_path = 'http://svg-edit.googlecode.com/svn/branches/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 -- 2.30.2