mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
Renamed function
Former-commit-id: ba8f0747b7ad3ff826a24c94a7a4cf3a1d858550 [formerly cdb32dbb9c13616b557c607f5e1280e8e3373404] Former-commit-id: d45585dd762d552b507453a94d4eee60a217df5f
This commit is contained in:
parent
f8ac6b3bb9
commit
a5ac5d6717
@ -95,7 +95,7 @@ define([], function() {
|
||||
var shortTitle = title.substring(0, 25);
|
||||
shortTitle = shortTitle == title ? shortTitle : shortTitle + "...";
|
||||
var link = '<h4 style="font-size:' + ~~(params.relativeUIFontSize * 1.4 * 0.14) + 'px;"><a href="#"><< Return to ' + shortTitle + '</a></h4>';
|
||||
var rtnFunction = "(function () { setHomeTab(); \
|
||||
var rtnFunction = "(function () { setTab(); \
|
||||
if (params.themeChanged) { \
|
||||
params.themeChanged = false; \
|
||||
if (history.state !== null) { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user