redoing accordian properly.
This commit is contained in:
parent
8208f8596b
commit
91d4d1224e
|
@ -101,7 +101,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-dialog form.ui-widget-content dd input {
|
.ui-dialog form.ui-widget-content dd input {
|
||||||
max-width: 210px;
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -221,7 +221,9 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
$accordSection,
|
$accordSection,
|
||||||
show;
|
show;
|
||||||
|
|
||||||
$showList.empty();
|
$showList
|
||||||
|
.accordion( "destroy" )
|
||||||
|
.empty();
|
||||||
|
|
||||||
for (i = 0, len = oShows.length; i < len; i++) {
|
for (i = 0, len = oShows.length; i < len; i++) {
|
||||||
show = oShows[i];
|
show = oShows[i];
|
||||||
|
|
Loading…
Reference in New Issue