Fixed table header cell

This commit is contained in:
Mark McDowall
2015-02-02 23:46:37 -08:00
parent ed4bf349db
commit 85f6d90f40
3 changed files with 15 additions and 11 deletions
-1
View File
@@ -2,7 +2,6 @@ var $ = require('jquery');
module.exports = {
appInitializer : function(){
console.log('starting signalR');
$('body').tooltip({selector : '[title]'});
return this;
}