From c85f98198a09d4da999e671cd697d8fef1c16520 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 May 2018 19:13:24 +0300 Subject: use new resource loader for all iframe scripts and stylesheets --- js/read.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/read.js') diff --git a/js/read.js b/js/read.js index edbc2de..a2ce59d 100644 --- a/js/read.js +++ b/js/read.js @@ -265,14 +265,14 @@ function apply_theme() { localforage.getItem("epube.theme").then(function(theme) { console.log('theme', theme); - var baseUrl = window.location.href.match(/^.*\//)[0]; + var base_url = window.location.href.match(/^.*\//)[0]; if (!theme) theme = 'default'; else theme = theme.replace("/", ""); - var theme_url = baseUrl + "themes/" + theme + ".css"; + var theme_url = base_url + "themes/" + theme + ".css"; $("#theme_css").attr("href", theme_url); -- cgit v1.2.3