-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
309 changed files
with
30,437 additions
and
31,518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
For this plugin to work correctly (work at all) you nedd to edit htdocs/view/blocks.php core Mahara file. | ||
|
||
You have to add 'artefact/cloud/datatables/js/jquery.dataTables.js' string to javascript array | ||
around line 149 (Mahara 1.5.x) or line 154 (Mahara 1.6.x), so it looks like this: | ||
For this plugin to work correctly (work at all) you need to edit htdocs/view/blocks.php core Mahara file. | ||
|
||
You have to add 'artefact/cloud/datatables/js/jquery.dataTables.js' string to javascript array around line 149, so it looks like this: | ||
$javascript = array('views', 'tinymce', 'paginator', 'jquery', 'tablerenderer', 'artefact/file/js/filebrowser.js', 'artefact/cloud/datatables/js/jquery.dataTables.js', 'lib/pieforms/static/core/pieforms.js'); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.