Loading src/Plugin/Component/BootstrapjsAlert/js/bootstrapjsAlert.js +1 −1 Original line number Diff line number Diff line Drupal.openlayers.pluginManager.register({ fs: 'openlayers.Component:BoostrapjsAlert', fs: 'openlayers.Component:BootstrapjsAlert', init: function(data) { jQuery("#" + data.map.getTarget()).before("<div class='alert alert-success' data-dismiss='alert'><a href='#' class='close' data-dismiss='alert'>×</a>" + data.opt.message + "</div>"); } Loading src/Plugin/Component/BootstrapjsPopup/js/bootstrapjsPopup.js +1 −1 Original line number Diff line number Diff line Drupal.openlayers.pluginManager.register({ fs: 'openlayers.Component:BoostrapjsPopup', fs: 'openlayers.Component:BootstrapjsPopup', init: function(data) { jQuery("body").append("<div id='popup'></div>"); Loading Loading
src/Plugin/Component/BootstrapjsAlert/js/bootstrapjsAlert.js +1 −1 Original line number Diff line number Diff line Drupal.openlayers.pluginManager.register({ fs: 'openlayers.Component:BoostrapjsAlert', fs: 'openlayers.Component:BootstrapjsAlert', init: function(data) { jQuery("#" + data.map.getTarget()).before("<div class='alert alert-success' data-dismiss='alert'><a href='#' class='close' data-dismiss='alert'>×</a>" + data.opt.message + "</div>"); } Loading
src/Plugin/Component/BootstrapjsPopup/js/bootstrapjsPopup.js +1 −1 Original line number Diff line number Diff line Drupal.openlayers.pluginManager.register({ fs: 'openlayers.Component:BoostrapjsPopup', fs: 'openlayers.Component:BootstrapjsPopup', init: function(data) { jQuery("body").append("<div id='popup'></div>"); Loading