use @@..@@ replacements for hard-coded URLs in plugins

This commit is contained in:
Jon Atkins
2013-03-19 22:51:51 +00:00
parent 4ce0da5056
commit 46bfed5d2f
2 changed files with 3 additions and 4 deletions

View File

@ -32,7 +32,7 @@ window.plugin.maxLinks.STROKE_STYLE = {
clickable: false,
smoothFactor: 10
};
window.plugin.maxLinks._delaunayScriptLocation = 'http://iitc.jonatkins.com/dist/delaunay.js';
window.plugin.maxLinks._delaunayScriptLocation = '@@RESOURCEURLBASE@@/delaunay.js';
window.plugin.maxLinks.layer = null;