Skip to content

Commit

Permalink
move flag icon css to dojo config for package location configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Mar 2, 2017
1 parent a9c1f92 commit b9d22a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions viewer/js/config/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
}, {
name: 'proj4js',
location: '//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15'
}, {
name: 'flag-icon-css',
location: '//cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1'
}
]
};
Expand Down
4 changes: 2 additions & 2 deletions viewer/js/gis/dijit/Locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
'dojo/text!./Locale/templates/Locale.html',
'dojo/i18n!./Locale/nls/resource',

'xstyle/css!https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/css/flag-icon.min.css',
'xstyle/css!flag-icon-css/css/flag-icon.min.css',
'xstyle/css!./Locale/css/Locale.css'
], function (
declare,
Expand Down Expand Up @@ -184,4 +184,4 @@ define([
}
}
});
});
});

0 comments on commit b9d22a0

Please sign in to comment.