remove gitiegnore to public
This commit is contained in:
10
public/storage/assets/js/mapael.js
Normal file
10
public/storage/assets/js/mapael.js
Normal file
@@ -0,0 +1,10 @@
|
||||
$(function() {
|
||||
'use strict';
|
||||
if ($(".mapael-container").length) {
|
||||
$(".mapael-container").mapael({
|
||||
map: {
|
||||
name: "world_countries"
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user