Consolidated files in brink interface to js,images,css & changed links in the html to point to the updated folders

This commit is contained in:
rembo10
2012-07-17 23:07:57 +05:30
parent e1185d1fa2
commit 78f1393228
25 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
</%def>
<%def name="javascriptIncludes()">
<script src="interfaces/brink/JS/libs/jquery.dataTables.min.js"></script>
<script src="interfaces/brink/js/libs/jquery.dataTables.min.js"></script>
<script>
$(document).ready(function()
{
@@ -50,4 +50,4 @@
});
});
</script>
</%def>
</%def>