Publication Date |
2017
|
Abstract |
Use OPACUserJS system preference with jquery to hide the opac banner<pre><code>$(".brand").hide();</code></pre><br />Note - the web page must be ready before the jquery will be able to modify the display format, so all the jquery so opacuserjs should include the jquery document ready function as follows:<pre><code>
$(document).ready(function(){
$(".no-image").hide();
$("#rssnews-container").hide();
$(".newsfooter").hide();
$(".brand").hide();
});
</code></pre>
|
Subject |
Koha3.20+
Koha
opacuserjs
jquery
|
Title |
Hide the koha banner
|
Entity Type |
Publication
|
Name | Size | format | Description | Link |
---|