clarifying some language
This commit is contained in:
@@ -314,7 +314,7 @@ body::-webkit-scrollbar {
|
|||||||
<h1 id="modalHeading"></h1>
|
<h1 id="modalHeading"></h1>
|
||||||
<p id="modalText"></p>
|
<p id="modalText"></p>
|
||||||
<button onclick="hideDialog()">Close</button>
|
<button onclick="hideDialog()">Close</button>
|
||||||
<button style="font-weight:bold;color:blue" onclick="if(confirm('Are you sure you want to blacklist this image?')) { blacklistImage(); }">Never show this image again</button>
|
<button style="font-weight:bold;color:blue" onclick="if(confirm('Are you sure you want to blacklist this image?')) { blacklistImage(); }">Blacklist this image</button>
|
||||||
</dialog>
|
</dialog>
|
||||||
<script src="static/dialog-polyfill.js"></script>
|
<script src="static/dialog-polyfill.js"></script>
|
||||||
<script src="static/Chart.bundle.js"></script>
|
<script src="static/Chart.bundle.js"></script>
|
||||||
|
|||||||
@@ -406,7 +406,7 @@ die();
|
|||||||
<h1 id="modalHeading"></h1>
|
<h1 id="modalHeading"></h1>
|
||||||
<p id="modalText"></p>
|
<p id="modalText"></p>
|
||||||
<button style="font-weight:bold;color:blue" onclick="hideDialog()">Close</button>
|
<button style="font-weight:bold;color:blue" onclick="hideDialog()">Close</button>
|
||||||
<button style="font-weight:bold;color:blue" onclick="if(confirm('Are you sure you want to blacklist this image?')) { blacklistImage(); }">Never show this image again</button>
|
<button style="font-weight:bold;color:blue" onclick="if(confirm('Are you sure you want to blacklist this image?')) { blacklistImage(); }">Blacklist this image</button>
|
||||||
</dialog>
|
</dialog>
|
||||||
<script src="static/dialog-polyfill.js"></script>
|
<script src="static/dialog-polyfill.js"></script>
|
||||||
<script src="static/Chart.bundle.js"></script>
|
<script src="static/Chart.bundle.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user