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
@@ -102,7 +102,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>
function getArtistArt() {
$("table#upcoming_table tr td#artistname").each(function(){
@@ -145,4 +145,4 @@
});
});
</script>
</%def>
</%def>