add help for netmap

This commit is contained in:
Oliver Gorwits
2012-12-04 23:50:17 +00:00
parent 9ebd1d1b7d
commit b83a5d055d
3 changed files with 22 additions and 9 deletions

View File

@@ -72,8 +72,9 @@
}
});
// activate tooltips
// activate tooltips and popovers
$("[rel=tooltip]").tooltip({live: true});
$("[rel=popover]").popover({live: true});
}
$(document).ready(function() {