From 155d9f1d1a273fd9d76b536f770fbf3c344cfc8b Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 9 Mar 2013 15:05:28 +0000 Subject: [PATCH] switching HTTP to HTTPS for kiwiirc.com references --- client/assets/dev/applet_scripteditor.js | 2 +- client/assets/dev/index.html.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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.

-- 2.25.1