Fixed default value of parameters for URL-input visibility
authorDavid A. Velasco <dvelasco@solidgear.es>
Tue, 9 Jul 2013 08:19:47 +0000 (10:19 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Tue, 9 Jul 2013 08:19:47 +0000 (10:19 +0200)
res/values/branding.xml

index 9d6f54f..f312dad 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="server_url">"http://beta.owncloud.com/owncloud"</string>
-    <bool name="show_server_url_input">false</bool>
+    <string name="server_url"></string>
+    <bool name="show_server_url_input">true</bool>
 </resources>
 </resources>