Revision 003876d5
Added by koszko over 1 year ago
html/repo_query.html | ||
---|---|---|
105 | 105 |
} |
106 | 106 |
</style> |
107 | 107 |
<template> |
108 |
<div id="repo_query" data-template="main_div" class="repo_query_main_div"> |
|
108 |
<span id="repo_query_private_mode_error", data-template="main_span"> |
|
109 |
Due to bug <a href="https://hydrillabugs.koszko.org/issues/115">#115</a> it |
|
110 |
is currently impossible to install scripts through the popup when in Private |
|
111 |
Browsing mode. You can instead perform the installation after navigating to |
|
112 |
the website in a non-private window. Scripts you install there shall affect |
|
113 |
websites browsed in Private Mode as well. |
|
114 |
</span> |
|
115 |
<div id="repo_query" data-template="main_div"> |
|
109 | 116 |
<div data-template="repos_list_container"> |
110 |
<div class="repo_query_top_text"> |
|
117 |
<div class="repo_query_top_text", data-template="top_text">
|
|
111 | 118 |
Browsing custom resources for: |
112 | 119 |
<span data-template="url_span" class="repo_queried_url"></span> |
113 | 120 |
</div> |
Also available in: Unified diff
present appropriate error message when using popup in Private Browsing mode