Skip to content
Snippets Groups Projects
Commit 2cb6e8ee authored by spennythug's avatar spennythug
Browse files

require error fixes

parent 3ed9e661
No related branches found
No related tags found
No related merge requests found
......@@ -58,11 +58,13 @@ function unl_theme_init() {
//Add paths stuff to the requirejs config
_elgg_services()->amdConfig->addPath('languages/en', '/elgg/js/languages');
_elgg_services()->amdConfig->addPath('elgg/reportedcontent', '/elgg/mod/reportedcontent/views/default/js/elgg/reportedcontent');
//_elgg_services()->amdConfig->addPath('elgg/reportedcontent', '/elgg/mod/reportedcontent/views/default/elgg/reportedcontent');
_elgg_services()->amdConfig->addPath('unl_theme/js', '/elgg/mod/unl_theme/views/default/js/unl_theme/js');
_elgg_services()->amdConfig->addPath('bootstrap', '/elgg/mod/unl_theme/vendors/bower_components/bootstrap/dist/js/bootstrap');
_elgg_services()->amdConfig->addPath('moment', '/elgg/mod/unl_theme/vendors/bower_components/moment/moment');
//Reset the base_url
//_elgg_services()->amdConfig->setBaseUrl('//unlcms.unl.edu/wdn/templates_4.1/scripts/compressed/');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment