1
0
mirror of https://github.com/danbee/tube-status-server synced 2025-03-04 08:39:12 +00:00

Fix iOS tabs.

This commit is contained in:
Dan Barber 2013-01-29 17:02:40 +00:00
parent fd7112c510
commit b269c20e1e

View File

@ -43,7 +43,7 @@ function(Backbone) {
navBar.show(); navBar.show();
tabBar.show(); tabBar.show();
tabBar.showItems("now", "tomorrow", "weekend"); tabBar.showItems("now", "weekend");
} }
}); });