diff --git a/plugins/unl_theme/start.php b/plugins/unl_theme/start.php
index 8b0f5193dcacafe72d72f518f4404d0a04395f8e..0e548dc211a5b62f930199d6b1ad33ebd9f41c23 100755
--- a/plugins/unl_theme/start.php
+++ b/plugins/unl_theme/start.php
@@ -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/');
 
diff --git a/plugins/unl_theme/views/default/js/elgg_clean/js.js b/plugins/unl_theme/views/default/js/unl_theme/js.js
similarity index 100%
rename from plugins/unl_theme/views/default/js/elgg_clean/js.js
rename to plugins/unl_theme/views/default/js/unl_theme/js.js