From aef38b0530d489a3e67ac84480f403a60bbc8500 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 19 Jul 2013 16:32:53 -0700 Subject: [PATCH] Save bytes --- adminer/db.inc.php | 4 ++-- adminer/include/editing.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adminer/db.inc.php b/adminer/db.inc.php index d3b9d263..c81a8c93 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -123,8 +123,8 @@ if ($adminer->homepage()) { . " " . " " : ""))) - . (support("table") ? " " : "") - . "\n"; + . (support("table") ? " " : "") + . "\n"; $databases = (support("scheme") ? schemas() : $adminer->databases()); if (count($databases) != 1 && $jush != "sqlite") { $db = (isset($_POST["target"]) ? $_POST["target"] : (support("scheme") ? $_GET["ns"] : DB)); diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 30c47039..81328eca 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -138,7 +138,7 @@ function textarea($name, $value, $rows = 10, $cols = 80) { function edit_type($key, $field, $collations, $foreign_keys = array()) { global $structured_types, $types, $unsigned, $on_actions; ?> - + " size="3" onfocus="editingLengthFocus(this);" onchange="editingLengthChange(this);" onkeyup="this.onchange();">