We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a94d6 commit ce87f51Copy full SHA for ce87f51
JavaScript.js
@@ -7,7 +7,8 @@ var makeBasicAuthHeader = function(username, password) {
7
8
//Set's default authorization header for all jQuery AJAX requests
9
$.ajaxSetup({
10
- headers: { 'Authorization': makeBasicAuthHeader('username', 'password') }
+ headers: { 'Authorization': makeBasicAuthHeader('username', 'password') },
11
+ crossDomain: true
12
});
13
14
//Gets the list of unanswered tickets for the authenticated user
0 commit comments