mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-23 20:44:33 -04:00
Fix indentation
This commit is contained in:
parent
6cf28104c2
commit
7c8cc5c0e1
@ -1031,7 +1031,7 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies','abstractFiles
|
||||
* @param {DirEntry} dirEntry The directory entry of the article to read
|
||||
*/
|
||||
function readArticle(dirEntry) {
|
||||
// Only update for expectedArticleURLToBeDisplayed.
|
||||
// Only update for expectedArticleURLToBeDisplayed.
|
||||
expectedArticleURLToBeDisplayed = dirEntry.namespace + "/" + dirEntry.url;
|
||||
// We must remove focus from UI elements in order to deselect whichever one was clicked (in both jQuery and SW modes),
|
||||
// but we should not do this when opening the landing page (or else one of the Unit Tests fails, at least on Chrome 58)
|
||||
|
Loading…
x
Reference in New Issue
Block a user