Skip to content

Commit

Permalink
Update BeenThere.js
Browse files Browse the repository at this point in the history
  • Loading branch information
justins83 authored Mar 14, 2019
1 parent 8140d98 commit 974b613
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions BeenThere.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
// @require https://greasyfork.org/scripts/27023-jscolor/code/JSColor.js
// @require https://greasyfork.org/scripts/27254-clipboard-js/code/clipboardjs.js
// @require https://greasyfork.org/scripts/28687-jquery-ui-1-11-4-custom-min-js/code/jquery-ui-1114customminjs.js
// @version 2019.03.13.01
// @resource jqUI_CSS https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css
// @version 2019.03.14.01
// ==/UserScript==
//---------------------------------------------------------------------------------------

Expand Down Expand Up @@ -440,9 +441,6 @@
var mapLayers;
var userRectLayer;
function init() {
$.getScript('https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css', function() {
$.noConflict(true);
});
mapLayers = new OL.Layer.Vector("Been There", {
displayInLayerSwitcher: true,
uniqueName: "__beenThere"
Expand Down

0 comments on commit 974b613

Please sign in to comment.