remove trailing whitespace in js files
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user