Mercurial > zeropaste
diff app/assets/javascripts/zp.formatter.js @ 288:c8757469da39
The magic hash was broken.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 04:30:49 +0900 |
parents | 22c4b5f90e24 |
children |
line wrap: on
line diff
--- a/app/assets/javascripts/zp.formatter.js Wed Oct 16 04:17:42 2013 +0900 +++ b/app/assets/javascripts/zp.formatter.js Wed Oct 16 04:30:49 2013 +0900 @@ -4,7 +4,7 @@ window.zp.formatter = { raw: function() { return $("#pl pre").text() }, links: function() { return $("#paste-mode a") }, - current: function() { return this.links().filter(".active").attr("href").slice(1) }, + current: function() { return $("#paste-mode .active a").attr("href").slice(1) }, markdown: function() { var area = $("#md div") area.html(marked(this.raw()))