diff --git a/KiwixWebApp.jsproj b/KiwixWebApp.jsproj index 44233ac0..bf668c5e 100644 --- a/KiwixWebApp.jsproj +++ b/KiwixWebApp.jsproj @@ -143,6 +143,7 @@ + diff --git a/service-worker.js b/service-worker.js index 34980842..90c2b4c7 100644 --- a/service-worker.js +++ b/service-worker.js @@ -127,19 +127,6 @@ function fetchEventListener(event) { console.log("It's a layout dependency : " + title); if (regexpJS.test(title)) { contentType = 'text/javascript'; - var responseInit = { - status: 200, - statusText: 'OK', - headers: { - 'Content-Type': contentType - } - }; - - var httpResponse = new Response(';', responseInit); - - // TODO : temporary before the backend actually sends a proper content - resolve(httpResponse); - return; } else if (regexpCSS.test(title)) { contentType = 'text/css'; diff --git a/www/-/s/style-mobile.css b/www/-/s/style-mobile.css index 896851a6..a1adbb03 100644 --- a/www/-/s/style-mobile.css +++ b/www/-/s/style-mobile.css @@ -30,7 +30,7 @@ input { line-height: normal } -ol, ul { +ul { list-style: none } @@ -580,10 +580,6 @@ span[rel='mw:referencedBy'] a:after { content: ' ' } -x-thereisnoelementwiththisname[rel='mw:referencedBy']:before, span.mw-linkback-text { - display: none -} - #issues_container div.hatnote { display: none } @@ -1984,10 +1980,6 @@ input { line-height: normal } -ol, ul { - list-style: none -} - table { border-collapse: collapse } diff --git a/www/article.html b/www/article.html new file mode 100644 index 00000000..d31bda8c --- /dev/null +++ b/www/article.html @@ -0,0 +1,8 @@ + + + + + Placeholder for injecting an article into the iframe + + + \ No newline at end of file diff --git a/www/css/app.css b/www/css/app.css index 2ff1ad5c..f5f44abf 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -73,7 +73,7 @@ body { background-color: whitesmoke !important; } -div:not(.panel-success) { +div:not(.panel-success, .alert-message) { -ms-user-select: none; -moz-user-select: none; user-select: none; diff --git a/www/index.html b/www/index.html index e9766c39..3f122cd4 100644 --- a/www/index.html +++ b/www/index.html @@ -10,7 +10,7 @@ Home page : http://www.kiwix.org Main authors of this application : - Mossroy - mossroy@mossroy.fr + Mossroy - https://github.com/mossroy - mossroy@mossroy.fr Peter-x - https://github.com/peter-x Jaifroid - Adapted for UWP for Windows 10 and Windows Mobile 10 : Geoffrey Kantaris egk10@cam.ac.uk @@ -42,8 +42,8 @@ + +
@@ -616,9 +629,13 @@
+ +