redoing accordian properly.

This commit is contained in:
Naomi 2013-08-29 15:52:24 -04:00
parent 8208f8596b
commit 91d4d1224e
2 changed files with 3 additions and 2 deletions

View File

@ -101,7 +101,6 @@
}
.ui-dialog form.ui-widget-content dd input {
max-width: 210px;
width: 90%;
}

View File

@ -221,7 +221,9 @@ var AIRTIME = (function(AIRTIME) {
$accordSection,
show;
$showList.empty();
$showList
.accordion( "destroy" )
.empty();
for (i = 0, len = oShows.length; i < len; i++) {
show = oShows[i];