remove jquery shorten plugin

This commit is contained in:
Lee Lawlor
2014-06-04 10:32:48 -04:00
parent 027f1f2b53
commit 531c4b18ab
9 changed files with 18 additions and 29 deletions

View File

@ -1,15 +1,4 @@
$(function () {
$("[id^=showsite]").each (
function() {
var element = this;
$(element).shorten(
{
width:235,
tooltip:true,
tail: '...'
});
});
$("div.progressbar").each (
function () {
var element = this;
@ -18,4 +7,5 @@ $(function () {
value: parseInt($(element).attr("rel"))
});
});
});
});