Renamed function

Former-commit-id: ba8f0747b7ad3ff826a24c94a7a4cf3a1d858550 [formerly cdb32dbb9c13616b557c607f5e1280e8e3373404]
Former-commit-id: d45585dd762d552b507453a94d4eee60a217df5f
This commit is contained in:
Jaifroid 2018-03-04 20:46:27 +00:00
parent f8ac6b3bb9
commit a5ac5d6717

View File

@ -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="#">&lt;&lt; Return to ' + shortTitle + '</a></h4>';
var rtnFunction = "(function () { setHomeTab(); \
var rtnFunction = "(function () { setTab(); \
if (params.themeChanged) { \
params.themeChanged = false; \
if (history.state !== null) { \