Skip to content

Commit

Permalink
manually merged PR#444
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhuang091 committed May 5, 2021
1 parent eec667a commit 3637ef7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion grails-app/assets/javascripts/biocache-hubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/************************************************************\
* i18n
\************************************************************/
//= require jquery_i18n
if (typeof BC_CONF != 'undefined' && BC_CONF.hasOwnProperty('contextPath')) {
jQuery.i18n.properties({
name: 'messages',
Expand Down
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/leafletPlugins.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//= require jquery_i18n

//= require leaflet/leaflet-src.js
//= require leaflet-fullscreen.js
//= require leaflet-plugins/layer/tile/Google.js
Expand Down
2 changes: 0 additions & 2 deletions grails-app/views/home/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
<script src="https://maps.google.com/maps/api/js" type="text/javascript"></script>
</g:else>

<asset:javascript src="jquery_i18n.js"/>

<script type="text/javascript">
// global var for GSP tags/vars to be passed into JS functions
var BC_CONF = {
Expand Down

0 comments on commit 3637ef7

Please sign in to comment.