use protocol relative url again
This commit is contained in:
parent
da99da5b6d
commit
e0dd03de9f
@ -2,17 +2,11 @@
|
||||
== stylesheet_link_tag "converse/converse.min.css"
|
||||
== javascript_include_tag "converse.min.js"
|
||||
javascript:
|
||||
var bosh_url;
|
||||
if (window.location.protocol == "https:") {
|
||||
bosh_url = 'https//higgsboson.tk:5281/http-bind/'
|
||||
} else {}
|
||||
bosh_url = 'http//higgsboson.tk:5280/http-bind/'
|
||||
}
|
||||
require(['converse'], function (converse) {
|
||||
converse.initialize({
|
||||
auto_list_rooms: false,
|
||||
auto_subscribe: false,
|
||||
bosh_service_url: bosh_url,
|
||||
bosh_service_url: '://higgsboson.tk/http-bind/',
|
||||
hide_muc_server: false,
|
||||
i18n: locales.en,
|
||||
prebind: false,
|
||||
|
@ -34,7 +34,7 @@ html.no-js.light lang="en"
|
||||
meta name="twitter:image" content="http://higgsboson.tk/images/logo.png"
|
||||
== stylesheet_link_tag "pure-min.css"
|
||||
== stylesheet_link_tag "site2.css"
|
||||
link href='http://fonts.googleapis.com/css?family=Maven+Pro' rel='stylesheet' type='text/css'
|
||||
link href='//fonts.googleapis.com/css?family=Maven+Pro' rel='stylesheet' type='text/css'
|
||||
/![if IE 7]
|
||||
link type="text/css" rel="stylesheet" media="screen" href="/stylesheets/fontawesome-ie7.css"
|
||||
== yield_content :head
|
||||
|
Loading…
Reference in New Issue
Block a user