X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/blobdiff_plain/b2dcc4cec0edb145ed13c26537c94b593691954f..45f8b33043d9aad64b1f89906323bc477efda0f3:/js/app/TagList.js diff --git a/js/app/TagList.js b/js/app/TagList.js deleted file mode 100644 index 35dd0e5..0000000 --- a/js/app/TagList.js +++ /dev/null @@ -1,69 +0,0 @@ -(function() { - - Readings.Tag = (function() { - - function Tag(record) { - this.href = record.href; - this.name = record.name; - this.slug = $.grep(this.href.split('/'), function(e) { - return e !== ""; - }); - } - - Tag.prototype.render = function() { - return "