disabled tutorials tab for now

This commit is contained in:
Connor Turland 2014-11-29 10:51:27 -05:00
parent 9f65fffe5f
commit 09d8fbacb6

View file

@ -4620,6 +4620,7 @@ Metamaps.Map.CheatSheet = {
init: function () {
// tab the cheatsheet
$('#cheatSheet').tabs();
$('#cheatSheet').tabs("disable", 1); // TODO re-enable once the tutorials are in
$('#quickReference').tabs().addClass("ui-tabs-vertical ui-helper-clearfix");
$("#quickReference .ui-tabs-nav li").removeClass("ui-corner-top").addClass("ui-corner-left");