removed some old stuff from application.js

This commit is contained in:
Jacob Thornton 2012-08-18 19:24:29 -07:00
parent e79eb75e09
commit 1166b39630
2 changed files with 1 additions and 15 deletions

View File

@ -31,20 +31,6 @@
$(this).parents('.add-on')[method]('active')
})
// position static twipsies for components page
if ($(".twipsies a").length) {
$(window).on('load resize', function () {
$(".twipsies a").each(function () {
$(this)
.tooltip({
placement: $(this).attr('title')
, trigger: 'manual'
})
.tooltip('show')
})
})
}
// add tipsies to grid for scaffolding
if ($('#gridSystem').length) {
$('#gridSystem').tooltip({

File diff suppressed because one or more lines are too long