From 68978ad1c08daeb55581b95b4328905df42c847b Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Feb 2015 15:28:46 -0800 Subject: collapse overly-verbose ratings --- view/js/mod_ratings.js | 4 ++++ view/tpl/prep.tpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 view/js/mod_ratings.js (limited to 'view') diff --git a/view/js/mod_ratings.js b/view/js/mod_ratings.js new file mode 100644 index 000000000..0f7cab5e3 --- /dev/null +++ b/view/js/mod_ratings.js @@ -0,0 +1,4 @@ + +$(document).ready(function() { + collapseHeight(); +}); diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl index 9ebe3ac54..83a86372c 100644 --- a/view/tpl/prep.tpl +++ b/view/tpl/prep.tpl @@ -10,7 +10,7 @@ {{$r.xchan_addr}} -
+
{{$r.xchan_name}}
{{$rating_lbl}} {{$r.xlink_rating}}
{{if $r.xlink_rating_text}} -- cgit v1.2.3