There was an error while loading. Please reload this page.
1 parent 7cbe093 commit e210c19Copy full SHA for e210c19
1 file changed
src/components/dash/Access.vue
@@ -58,10 +58,6 @@ export default {
58
ready: function () {
59
// Add map
60
window.jQuery.getScript('/static/js/plugins/jvectormap/jquery-jvectormap-2.0.3.min.js', function (data, textStatus, jqxhr) {
61
- console.log(data) // Data returned
62
- console.log(textStatus) // Success
63
- console.log(jqxhr.status) // 200
64
- console.log('Load was performed.')
65
window.jQuery.getScript('/static/js/plugins/jvectormap/jquery-jvectormap-world-mill.js', function (data, textStatus, jqxhr) {
66
window.jQuery('#world-map-markers').vectorMap({
67
map: 'world_mill'
0 commit comments