diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/www/database.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/database.html b/share/www/database.html index ec5134d6..c627e21f 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -83,7 +83,6 @@ specific language governing permissions and limitations under the License. $("#switch select").change(function() { var viewName = $(this).val(); - console.log(viewName); if (!viewName) $.cookies.remove(page.db.name + ".view"); location.href = "?" + encodeURIComponent(page.db.name) + (viewName ? "/" + encodeURIComponent(viewName) : ""); |