summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 08:43:04 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 08:43:04 +0300
commitd7b02e140e628fcb0ba838925ff0ad4237dbb6cd (patch)
tree00063293b9a97b093bb24e23c9c49e3cccaffea1 /index.php
parent0a80c7a89cbe092d4ec6591b1ce0ab68479323d6 (diff)
app: rename some offline-related methods
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1e4f523..6d402f8 100644
--- a/index.php
+++ b/index.php
@@ -120,7 +120,7 @@
</a></li>
<?php } ?>
<?php if ($mode == "favorites") { ?>
- <li><a href="#" onclick="App.offlineGetAll()" title="Download all">
+ <li><a href="#" onclick="App.Offline.getAll()" title="Download all">
<span class="glyphicon glyphicon-download-alt text-primary"></span> <span class='hidden-sm hidden-md hidden-lg'>Download all</span>
</a></li>
<?php } ?>