diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-07-18 19:27:20 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-08-02 17:05:46 +0200 |
commit | 07cc0d00f670fd94d7aa0e23953d177036ded4e8 (patch) | |
tree | 197c5a70f1a09b52b1355296cee1b1540287d72d /application | |
parent | 22f729ba0074d5ca323d3a726822155a05539c68 (diff) |
Fix checkboxes.js
- Incorrect path to .js file
- Autoloading and the data-api don't work so load and run it explicitly
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/upload_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php index 9cc6a2815..1e7ecfa62 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -1,6 +1,6 @@ <?php include 'nav_history.php'; ?> <?php echo form_open("file/do_delete") ?> - <div class="table-responsive" data-toggle="checkboxes" data-range="true"> + <div class="table-responsive"> <table id="upload_history" class="table table-striped tablesorter {sortlist: [[4,1]]}"> <thead> <tr> |