1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Disable internal updater

This commit is contained in:
Krakinou 2019-02-05 21:45:47 +01:00
parent 68e7fc4e4b
commit b203b7f824
2 changed files with 12 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"en": "Clean interface for browsing, reading and downloading eBooks", "en": "Clean interface for browsing, reading and downloading eBooks",
"fr": "Interface simplifié pour parcourir, lire et charger des eBooks" "fr": "Interface simplifié pour parcourir, lire et charger des eBooks"
}, },
"version": "0.96.0~ynh3", "version": "0.96.0~ynh4",
"url": "https://github.com/janeczku/calibre-web", "url": "https://github.com/janeczku/calibre-web",
"license": "free", "license": "free",
"maintainer": { "maintainer": {

View file

@ -0,0 +1,11 @@
--- a/cps/templates/admin.html 2019-02-05 21:21:55.615940498 +0100
+++ b/cps/templates/admin.html 2019-02-05 21:23:29.171461028 +0100
@@ -129,7 +129,7 @@
</table>
<div class="hidden" id="update_error"> <span>{{update_error}}</span></div>
- <div class="btn btn-default" id="check_for_update">{{_('Check for update')}}</div>
+ <!--<div class="btn btn-default" id="check_for_update">{{_('Check for update')}}</div>-->
<div class="btn btn-default hidden" id="perform_update" data-toggle="modal" data-target="#UpdateprogressDialog">{{_('Perform Update')}}</div>
</div>
</div>