From 8dc995b3b093bdb5886925ff8146af8661d87811 Mon Sep 17 00:00:00 2001 From: shinnn Date: Sun, 16 Feb 2014 12:52:16 +0900 Subject: [PATCH] Update URL of TLDRLegal --- _includes/js/app.js | 15 ++++++++------- about.md | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/_includes/js/app.js b/_includes/js/app.js index 57a099e..124bea0 100644 --- a/_includes/js/app.js +++ b/_includes/js/app.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.6.3 +// Generated by CoffeeScript 1.7.1 (function() { var Choosealicense; @@ -83,12 +83,13 @@ }; Choosealicense.prototype.initAlternativeClipboard = function() { - var _this = this; - return $(".js-clipboard-button").click(function(e) { - var target; - target = "#" + $(e.target).data("clipboard-target"); - return _this.selectText($(target)[0]); - }); + return $(".js-clipboard-button").click((function(_this) { + return function(e) { + var target; + target = "#" + $(e.target).data("clipboard-target"); + return _this.selectText($(target)[0]); + }; + })(this)); }; Choosealicense.prototype.initClipboard = function() { diff --git a/about.md b/about.md index 4436d6e..7652503 100644 --- a/about.md +++ b/about.md @@ -18,7 +18,7 @@ This site is not a comprehensive directory of open source licenses. We think th * [Open Source Initiative](http://opensource.org/licenses/) - comprehensive list of open source licenses * [Comparison of free and open-source software licenses](http://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses) on Wikipedia * [License differentiator](http://www.oss-watch.ac.uk/apps/licdiff/) from [OSS Watch](http://www.oss-watch.ac.uk/) -* [TLDRLegal](http://www.tldrlegal.com/) +* [TLDRLegal](https://tldrlegal.com/) {: .bullets} ### Tools