fix URL to development intranet
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 23 Oct 2011 12:47:11 +0000 (14:47 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 23 Oct 2011 12:47:11 +0000 (14:47 +0200)
scripts/RFID-JSONP-server.pl

index 4a6be06..b631265 100755 (executable)
@@ -205,7 +205,7 @@ function got_visible_tags(data,textStatus) {
                        console.debug( i, tag );
                        html += '<li><tt class=' + tag.security + '>' + tag.sid;
                        if ( tag.content ) {
-                               html += ' <a href="https://koha-dev.rot13.org:8443/cgi-bin/koha/members/member.pl?member=' + tag.content + '" title="lookup in Koha" target="koha-lookup">' + tag.content + '</a>';
+                               html += ' <a href="http://ffzg.koha-dev.rot13.org:8080/cgi-bin/koha/members/member.pl?member=' + tag.content + '" title="lookup in Koha" target="koha-lookup">' + tag.content + '</a>';
                                html += '</tt>';
                                html += '<form method=get action=program style="display:inline">'
                                        + '<input type=hidden name='+tag.sid+' value="blank">'