Skip to content

Commit 1ef7674

Browse files
committed
local patch to retina.js to make it play nicer in firefox
1 parent 06a86f4 commit 1ef7674

File tree

1 file changed

+1
-1
lines changed
  • openid-connect-server-webapp/src/main/webapp/resources/js/lib

1 file changed

+1
-1
lines changed

openid-connect-server-webapp/src/main/webapp/resources/js/lib/retina.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
return callback(true);
8181
} else {
8282
http = new XMLHttpRequest;
83-
http.open('HEAD', this.at_2x_path);
83+
http.open('GET', this.at_2x_path);
8484
http.onreadystatechange = function() {
8585
if (http.readyState != 4) {
8686
return callback(false);

0 commit comments

Comments
 (0)