update tabs test for latest jQuery UI

This commit is contained in:
Adam Shaw
2013-08-10 15:02:11 -07:00
parent 09edf60390
commit 7a8359c0c9
2 changed files with 5 additions and 36 deletions
+4 -35
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -13,7 +13,7 @@
$(document).ready(function() {
$('#tabs').tabs({
show: function() {
activate: function() {
$('#calendar').fullCalendar('render');
}
});