From c82205ce4fa24fda508cd25bf56d1fddd44beefd Mon Sep 17 00:00:00 2001 From: Benjamin Thomas Date: Thu, 9 Apr 2015 08:49:17 +0200 Subject: [PATCH] Remove trailing whitespace --- static/js/app.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/js/app.js b/static/js/app.js index 743888d..ff684b7 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -4,7 +4,7 @@ var bookmarks = {}; function apiCall(method, path, params, cb) { $.ajax({ - url: "/api" + path, + url: "/api" + path, method: method, cache: false, data: params, @@ -113,8 +113,8 @@ function showQueryHistory() { } buildTable({ columns: ["id", "query", "timestamp"], rows: rows }); - - setCurrentTab("table_history"); + + setCurrentTab("table_history"); $("#input").hide(); $("#output").addClass("full"); $("#results").addClass("no-crop"); @@ -544,7 +544,7 @@ $(document).ready(function() { var button = $(this).children("button"); var url = getConnectionString(); - + if (url.length == 0) { return; } @@ -572,7 +572,7 @@ $(document).ready(function() { initEditor(); addShortcutTooltips(); - + apiCall("get", "/connection", {}, function(resp) { if (resp.error) { connected = false; @@ -586,4 +586,4 @@ $(document).ready(function() { $("#main").show(); } }); -}); \ No newline at end of file +});