remove trailing whitespace in js files

This commit is contained in:
Toks
2013-06-19 20:07:22 -04:00
parent b7b00f53b4
commit ba539b0e18
3 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@
if (entry.disabled) {
return false;
}
var $post = $(post);
var tags = String($post.attr("data-tags")).match(/\S+/g) || [];
tags.push("rating:" + $post.data("rating"));