Add bootstrap JS, and move things from template into external resource
files
This commit is contained in:
@@ -2,4 +2,14 @@
|
||||
* StatusBoard main script file
|
||||
*
|
||||
*
|
||||
*/
|
||||
*/
|
||||
|
||||
var sb = {
|
||||
|
||||
init: function() {
|
||||
$('.alert-data').alert();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
$('document').ready(sb.init);
|
||||
|
||||
Reference in New Issue
Block a user