##// END OF EJS Templates
Check plugins updates using https (#17722)....
Jean-Philippe Lang -
r13632:3ef00ddb58e1
parent child
Show More
@@ -25,7 +25,7 $(document).ready(function(){
25 25 e.preventDefault();
26 26 $.ajax({
27 27 dataType: "jsonp",
28 url: "http://www.redmine.org/plugins/check_updates",
28 url: "https://www.redmine.org/plugins/check_updates",
29 29 data: <%= raw_json plugin_data_for_updates(@plugins) %>,
30 30 timeout: 3000,
31 31 beforeSend: function(){
General Comments 0
You need to be logged in to leave comments. Login now