From: Darren Date: Sat, 9 Mar 2013 15:05:28 +0000 (+0000) Subject: switching HTTP to HTTPS for kiwiirc.com references X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=155d9f1d1a273fd9d76b536f770fbf3c344cfc8b;p=KiwiIRC.git switching HTTP to HTTPS for kiwiirc.com references --- diff --git a/client/assets/dev/applet_scripteditor.js b/client/assets/dev/applet_scripteditor.js index 8512129..ace02ef 100644 --- a/client/assets/dev/applet_scripteditor.js +++ b/client/assets/dev/applet_scripteditor.js @@ -10,7 +10,7 @@ this.model.on('applet_loaded', function () { that.$el.parent().css('height', '100%'); - $script('http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js', function (){ that.createAce(); }); + $script('https://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js', function (){ that.createAce(); }); }); }, diff --git a/client/assets/dev/index.html.tmpl b/client/assets/dev/index.html.tmpl index efe8ea2..7a974f3 100644 --- a/client/assets/dev/index.html.tmpl +++ b/client/assets/dev/index.html.tmpl @@ -19,7 +19,7 @@
@@ -135,14 +135,14 @@
-

A hand-crafted IRC client that you can enjoy. Designed to be used easily and freely.

-

Peek at the Kiwi IRC homepage for more information or to find out how to embed it on your own website. Looking for source code? Try the GitHub page. This network of people may not be associated with Kiwi IRC itself.

+

Peek at the Kiwi IRC homepage for more information or to find out how to embed it on your own website. Looking for source code? Try the GitHub page. This network of people may not be associated with Kiwi IRC itself.