summaryrefslogtreecommitdiffstats
path: root/core/js/setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/setup.js')
-rw-r--r--core/js/setup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/setup.js b/core/js/setup.js
index fb6e7c5097c..cb8392d0a39 100644
--- a/core/js/setup.js
+++ b/core/js/setup.js
@@ -5,7 +5,7 @@ $(document).ready(function() {
mysql:!!$('#hasMySQL').val(),
postgresql:!!$('#hasPostgreSQL').val(),
oracle:!!$('#hasOracle').val(),
- mssql:!!$('#hasMSSQL').val()
+ mssql:!!$('#hasMSSQL').val()
};
$('#selectDbType').buttonset();
@@ -43,7 +43,7 @@ $(document).ready(function() {
$('#dbhostlabel').show(250);
});
- $('#mssql').click(function() {
+ $('#mssql').click(function() {
$('#use_other_db').slideDown(250);
$('#dbhost').show(250);
$('#dbhostlabel').show(250);