Updates to go along with jquery tabs plugin update
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serials-collection.tmpl
index fb9cfb7..02fa5aa 100644 (file)
@@ -31,7 +31,7 @@ function popup(subscriptionid) {
 }
 
 $(document).ready(function() {
-       $('#subscription_years').tabs();
+       $('#subscription_years > ul').tabs();
 });