blob: 238e5f020c7765256da405969b98940ee3af871c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- data/interfaces/default/welcome.html.bak 2016-01-24 07:59:46.000000000 +0100
+++ data/interfaces/default/welcome.html 2016-01-24 19:04:40.915801550 +0100
@@ -170,7 +170,7 @@
<input type="checkbox" name="refresh_users_on_startup" id="refresh_users_on_startup" value="1" ${config['refresh_users_on_startup']}>
<input type="checkbox" name="refresh_libraries_on_startup" id="refresh_libraries_on_startup" value="1" ${config['refresh_libraries_on_startup']}>
<input type="checkbox" name="first_run_complete" id="first_run_complete" value="1" checked>
- <input type="checkbox" name="check_github" id="check_github" value="1" checked>
+ <input type="checkbox" name="check_github" id="check_github" value="0" checked>
<input type="text" name="home_stats_cards" id="home_stats_cards" value="first_run_wizard">
<input type="text" name="home_library_cards" id="home_library_cards" value="first_run_wizard">
</div>
|