use correct replace directive
This commit is contained in:
@@ -74,7 +74,7 @@ bento-pdf.64815139.xyz {
|
|||||||
header Content-Type text/html*
|
header Content-Type text/html*
|
||||||
}
|
}
|
||||||
|
|
||||||
replace_response @html </body> `<script>
|
replace @html </body> `<script>
|
||||||
document.addEventListener('DOMContentLoaded',function(){
|
document.addEventListener('DOMContentLoaded',function(){
|
||||||
['nav','#donation-ribbon','footer'].forEach(function(s){
|
['nav','#donation-ribbon','footer'].forEach(function(s){
|
||||||
var e=document.querySelector(s);if(e)e.remove();
|
var e=document.querySelector(s);if(e)e.remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user