summaryrefslogtreecommitdiffstats
path: root/core/js/setup.js
diff options
context:
space:
mode:
authorAdministrator <Administrator@WINDOWS-2012>2013-02-10 13:07:59 +0100
committerAdministrator <Administrator@WINDOWS-2012>2013-02-10 13:07:59 +0100
commit41ec976fd74320c379f95d05d3a490310f06402e (patch)
tree441ddac9f3c839d9cbe18e07df3462655ee30b01 /core/js/setup.js
parentd577f790c8cbcf4f8dce74f9991e4bd62e21f949 (diff)
downloadnextcloud-server-41ec976fd74320c379f95d05d3a490310f06402e.tar.gz
nextcloud-server-41ec976fd74320c379f95d05d3a490310f06402e.zip
Bugfixes and cleanup MS SQL Server installation
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);