RFID: disable register popup
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 17 Dec 2017 12:03:42 +0000 (13:03 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Mar 2019 14:43:16 +0000 (15:43 +0100)
ffzg/rfid/register.pl

index 0520d96..aedf4ec 100755 (executable)
@@ -114,11 +114,11 @@ if ( $query->param('intranet-js') ) {
                warn "## RFID doesn't have reader ",dump($hash);
                print js_console('no have_reader');
                print q|
-
+!<--
 $(document).ready( function() {
                $('#breadcrumbs').append('<div id="rfid_popup" style="position: fixed; bottom: 0; right: 0; background: #fff; border: 0.25em solid #ff0; padding: 0.25em; opacity: 0.9; z-index: 1040; font-size: 200%"><a href="https://ffzg.koha-dev.rot13.org:8443/cgi-bin/koha/ffzg/rfid/koha-reader.pl" target="select_rfid_reader">select RFID reader</a></div>');
 });
-
+-->
 |;
        }