summaryrefslogtreecommitdiffstats
path: root/application/views/file
diff options
context:
space:
mode:
authorJoakim Reinert <mail@jreinert.com>2015-04-18 22:18:26 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-05 12:21:26 +0200
commite9a248f9e9ff9a5b816338a634a0ace1d4883471 (patch)
tree7c8e3d87c29820e8d2c99bb56868df0e559fb048 /application/views/file
parent01581b3db2b617a5cf12ef7cf363b982dfc91d7b (diff)
Use require.js for javascript loading
Diffstat (limited to 'application/views/file')
-rw-r--r--application/views/file/fragments/thumbnail.php2
-rw-r--r--application/views/file/fragments/uploads_table.php1
-rw-r--r--application/views/file/upload_history.php2
3 files changed, 0 insertions, 5 deletions
diff --git a/application/views/file/fragments/thumbnail.php b/application/views/file/fragments/thumbnail.php
index 603832d44..d830a1bed 100644
--- a/application/views/file/fragments/thumbnail.php
+++ b/application/views/file/fragments/thumbnail.php
@@ -1,5 +1,3 @@
-<?php register_js_include("/data/js/jquery.colorbox.js"); ?>
-<?php register_js_include("/data/js/jquery.lazyload.js"); ?>
<!-- Comment markers background: http://stackoverflow.com/a/14776780/953022 -->
<div class="container container-wide">
<div class="upload_thumbnails"><!--
diff --git a/application/views/file/fragments/uploads_table.php b/application/views/file/fragments/uploads_table.php
index 142d19e91..6673f22a3 100644
--- a/application/views/file/fragments/uploads_table.php
+++ b/application/views/file/fragments/uploads_table.php
@@ -1,4 +1,3 @@
-<?php register_js_include("/data/js/jquery.tablesorter.min.js"); ?>
<div class="table-responsive container-wide">
<p>Non-previewable file(s):</p>
<table class="table table-striped tablesorter">
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php
index 10afc53e9..1e7ecfa62 100644
--- a/application/views/file/upload_history.php
+++ b/application/views/file/upload_history.php
@@ -1,5 +1,3 @@
-<?php register_js_include("/data/js/jquery.tablesorter.min.js"); ?>
-<?php register_js_include("/data/js/jquery.metadata.js"); ?>
<?php include 'nav_history.php'; ?>
<?php echo form_open("file/do_delete") ?>
<div class="table-responsive">