From cba504e55c83d0598c38f368869888d7ac0fbd48 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Tue, 26 Feb 2013 22:26:00 +0100 Subject: [PATCH] remove URL to image files for draw tools; that path is set in main now --- plugins/draw-tools.user.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js index 1784c415..4a2923f1 100644 --- a/plugins/draw-tools.user.js +++ b/plugins/draw-tools.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-draw-tools@breunigs // @name iitc: draw tools -// @version 0.2.1 +// @version 0.2.2 // @namespace https://github.com/breunigs/ingress-intel-total-conversion // @updateURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/draw-tools.user.js // @downloadURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/draw-tools.user.js @@ -32,8 +32,6 @@ window.plugin.drawTools.loadExternals = function() { var base = 'https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist'; //~ var base = 'http://0.0.0.0:8000/dist'; load(base+'/leaflet.draw.0.1.6.js').thenRun(window.plugin.drawTools.boot); - // overwrite default Leaflet Marker icon. - L.Icon.Default.imagePath = base + '/images'; // FIXME: this is currently manually included from // external/leaflet.draw.0.1.6.css. It should either be loaded remotely