diff options
Diffstat (limited to 'application/views/footer.php')
-rw-r--r-- | application/views/footer.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/application/views/footer.php b/application/views/footer.php index ae8d2e575..0797fa0df 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -24,10 +24,5 @@ if ($CI->config->item("environment") == "development" && property_exists($CI, "e echo $CI->email->print_debugger(); } ?> -<?php echo include_js("/data/js/jquery-2.0.3.min.js"); ?> -<?php echo include_js("/data/js/jquery-ui-1.10.3.custom.min.js"); ?> -<?php echo include_js("/data/js/bootstrap.min.js"); ?> -<?php echo include_js("/data/js/script.js"); ?> -<?php echo include_registered_js(); ?> </body> </html> |