Don't use absolute http://

Apparently it doesn't play nice together with running on https://.
This commit is contained in:
Tom Willemse 2013-08-14 21:38:58 +02:00
parent d3eaa60b63
commit 751936fbde

View file

@ -20,27 +20,27 @@
"The host currently running Scrumli. Used by Mozilla Persona.") "The host currently running Scrumli. Used by Mozilla Persona.")
(defvar *scrumli-bootstrap-css-location* (defvar *scrumli-bootstrap-css-location*
"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" "//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css"
"The location of the twitter bootstrap CSS file.") "The location of the twitter bootstrap CSS file.")
(defvar *scrumli-bootstrap-js-location* (defvar *scrumli-bootstrap-js-location*
"http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js" "//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"
"The location of the twitter bootstrap JS file.") "The location of the twitter bootstrap JS file.")
(defvar *scrumli-font-awesome-css-location* (defvar *scrumli-font-awesome-css-location*
"http://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.min.css" "//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.min.css"
"The location of the font awesome CSS file.") "The location of the font awesome CSS file.")
(defvar *scrumli-jquery-js-location* (defvar *scrumli-jquery-js-location*
"http://code.jquery.com/jquery-2.0.0.min.js" "//code.jquery.com/jquery-2.0.0.min.js"
"The location of the jQuery JS file.") "The location of the jQuery JS file.")
(defvar *scrumli-react-js-location* (defvar *scrumli-react-js-location*
"http://cdnjs.cloudflare.com/ajax/libs/react/0.3.2/react.min.js" "//cdnjs.cloudflare.com/ajax/libs/react/0.3.2/react.min.js"
"The location of the React JS file.") "The location of the React JS file.")
(defvar *scrumli-jsxtransformer-js-location* (defvar *scrumli-jsxtransformer-js-location*
"http://cdnjs.cloudflare.com/ajax/libs/react/0.3.2/JSXTransformer.js" "//cdnjs.cloudflare.com/ajax/libs/react/0.3.2/JSXTransformer.js"
"The location of the JSX Transformer JS file.") "The location of the JSX Transformer JS file.")
(defun logged-in-p () (defun logged-in-p ()