UNPKG

windyplugin-module-infobox

Version:

common module for the infobox lower left screen

16 lines (10 loc) 428 B
"use strict"; if(!W.plugins.infobox) W.plugins.infobox = new W.TagPlugin.TagPlugin({ ident: "infobox", className: "plugin-bottom", attachPoint: W.rootScope.isMobileOrTablet? "#bottom-wrapper" : "#plugins-bottom-desktop", location: "https://unpkg.com/windyplugin-module-infobox/dist/infobox.js" //"https://www.flymap.org.za/common_modules/infobox/infobox.js?"+Date.now() });