Add bootstrap JS, and move things from template into external resource

files
This commit is contained in:
2011-12-19 15:05:33 +00:00
parent ac8199f4dc
commit f3f98eb000
4 changed files with 128 additions and 7 deletions

View File

@@ -2,4 +2,14 @@
* StatusBoard main script file
*
*
*/
*/
var sb = {
init: function() {
$('.alert-data').alert();
}
};
$('document').ready(sb.init);