]> source.dussan.org Git - redmine.git/commitdiff
Merged r14014 (#17722).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 18 Feb 2015 11:29:57 +0000 (11:29 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 18 Feb 2015 11:29:57 +0000 (11:29 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14018 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/admin/plugins.html.erb

index 9a9c71e40329dd710e7baa9d8d512dd673be21e0..117735cdc80859edd373725015d70c267eb51c39 100644 (file)
@@ -25,7 +25,7 @@ $(document).ready(function(){
     e.preventDefault();
     $.ajax({
       dataType: "jsonp",
-      url: "http://www.redmine.org/plugins/check_updates",
+      url: "https://www.redmine.org/plugins/check_updates",
       data: <%= raw_json plugin_data_for_updates(@plugins) %>,
       timeout: 3000,
       beforeSend: function(){