Tweak js formattinggs

This commit is contained in:
Dan Sosedoff 2014-10-16 16:47:37 -05:00
parent 126991f485
commit 0a6bb31160

View File

@ -198,21 +198,10 @@ $(document).ready(function() {
editor.getSession().setTabSize(2); editor.getSession().setTabSize(2);
editor.getSession().setUseSoftTabs(true); editor.getSession().setUseSoftTabs(true);
$("#table_content").on("click", function() { $("#table_content").on("click", function() { showTableContent(); });
showTableContent(); $("#table_structure").on("click", function() { showTableStructure(); });
}); $("#table_indexes").on("click", function() { showTableIndexes(); });
$("#table_history").on("click", function() { showQueryHistory(); });
$("#table_structure").on("click", function() {
showTableStructure();
});
$("#table_indexes").on("click", function() {
showTableIndexes();
});
$("#table_history").on("click", function() {
showQueryHistory();
});
$("#table_query").on("click", function() { $("#table_query").on("click", function() {
setCurrentTab("table_query"); setCurrentTab("table_query");