From 7197095eb2abfce5eb6e55a66d7e7664deff15da Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 27 May 2014 08:57:02 -0500 Subject: [PATCH] js files: renamed to https:// --- plugins/univbrisfoam/templates/generated1.htm | 2 +- portal/joinview.py | 2 +- portal/registrationview.py | 2 +- portal/slicerequestview.py | 2 +- ui/templates/messages-transient-header.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/univbrisfoam/templates/generated1.htm b/plugins/univbrisfoam/templates/generated1.htm index cbd01c8b..81f23889 100644 --- a/plugins/univbrisfoam/templates/generated1.htm +++ b/plugins/univbrisfoam/templates/generated1.htm @@ -20,7 +20,7 @@ - + diff --git a/portal/joinview.py b/portal/joinview.py index c128db3b..58bf6ba9 100644 --- a/portal/joinview.py +++ b/portal/joinview.py @@ -45,7 +45,7 @@ class JoinView (FreeAccessView, ThemeView): page = Page(request) page.add_js_files ( [ "js/jquery.validate.js", "js/join.js" ] ) page.add_css_files ( [ "css/onelab.css", "css/registration.css" ] ) - page.add_css_files ( [ "http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) + page.add_css_files ( [ "https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) if method == 'POST': # xxx tocheck - if authorities is empty, it's no use anyway diff --git a/portal/registrationview.py b/portal/registrationview.py index 5956f3d6..6c626be1 100644 --- a/portal/registrationview.py +++ b/portal/registrationview.py @@ -47,7 +47,7 @@ class RegistrationView (FreeAccessView, ThemeView): page = Page(wsgi_request) page.add_js_files ( [ "js/jquery.validate.js", "js/my_account.register.js" ] ) page.add_css_files ( [ "css/onelab.css", "css/registration.css" ] ) - page.add_css_files ( [ "http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) + page.add_css_files ( [ "https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) if method == 'POST': # The form has been submitted diff --git a/portal/slicerequestview.py b/portal/slicerequestview.py index 4d047271..5eb0725f 100644 --- a/portal/slicerequestview.py +++ b/portal/slicerequestview.py @@ -70,7 +70,7 @@ class SliceRequestView (LoginRequiredAutoLogoutView, ThemeView): # Page rendering page = Page(wsgi_request) - page.add_css_files ( [ "http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) + page.add_css_files ( [ "https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) if method == 'POST': # The form has been submitted diff --git a/ui/templates/messages-transient-header.html b/ui/templates/messages-transient-header.html index b0c6691c..151ab1c4 100644 --- a/ui/templates/messages-transient-header.html +++ b/ui/templates/messages-transient-header.html @@ -1,4 +1,4 @@ - + -- 2.43.0