-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from flipside-org/frontend
Frontend
- Loading branch information
Showing
54 changed files
with
2,728 additions
and
798 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ | |
[submodule "assets/libs/enketo-core"] | ||
path = assets/libs/enketo-core | ||
url = [email protected]:MartijnR/enketo-core.git | ||
[submodule "src/vendor/jquery-toastmessage"] | ||
path = src/vendor/jquery-toastmessage | ||
url = [email protected]:akquinet/jquery-toastmessage-plugin.git |
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
| path to your installation. | ||
| | ||
*/ | ||
//$config['base_url'] = 'http://dev/airwolf2.0/aw-datacollection/'; | ||
$config['base_url'] = 'http://192.168.99.10/work/aw-datacollection/'; | ||
//$config['base_url'] = '/work/aw-datacollection/'; | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
|
@@ -384,5 +384,11 @@ | |
|
||
$config['aw_respondents_per_page'] = 50; | ||
|
||
/** | ||
* Email settings and admin data | ||
*/ | ||
$config['aw_admin_name'] = 'Aw-datacollection Admin'; | ||
$config['aw_admin_email'] = '[email protected]'; | ||
|
||
/* End of file config.php */ | ||
/* Location: ./application/config/config.php */ |
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
Oops, something went wrong.