-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#23: Quick fix for explore your area page
- Loading branch information
1 parent
5ee8d12
commit 0995960
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
var BC_CONF = BC_CONF || {} | ||
if (!BC_CONF.hasOwnProperty('contextPath')) { | ||
BC_CONF.contextPath = "" | ||
} | ||
if (!BC_CONF.hasOwnProperty('locale')) { | ||
BC_CONF.locale = "nl" | ||
} | ||
|
||
/* | ||
* This is a manifest file that'll be compiled into alaBs.js, which will include all the files | ||
* listed below. | ||
* | ||
* Any JS file within this directory can be referenced here using a relative path. | ||
* | ||
* You're free to add application-wide styles to this file and they'll appear at the top of the | ||
* compiled file, but it's generally better to create a new file per style scope. | ||
* | ||
* // require bootstrap | ||
//= require hubCore | ||
*/ |