From b4661721df91118b2244672976cb719f63b0548a Mon Sep 17 00:00:00 2001 From: Mark Prins Date: Tue, 27 Dec 2016 15:53:12 +0100 Subject: [PATCH] use rawgit CDN close #24 --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 8d887fb..1aed562 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -var svgeditor_path = 'https://raw.githubusercontent.com/SVG-Edit/svgedit/stable/editor/'; //online stable +var svgeditor_path = 'https://cdn.rawgit.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 -- 2.30.2