Guest User

Untitled

a guest
Dec 11th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. diff --git a/www/javascript/apps/cmgradio/radio_extras.js b/www/javascript/apps/cmgradio/radio_extras.js
  2. index 27d348d..0685cd0 100755
  3. --- a/www/javascript/apps/cmgradio/radio_extras.js
  4. +++ b/www/javascript/apps/cmgradio/radio_extras.js
  5. @@ -42,7 +42,7 @@ function Listitem(listitem){
  6. Listitem.prototype.render_list = function(){
  7. var template = '<div class="well"> \
  8. {{#lead_photo_image_url}}<div class="cmListItemImage"> \
  9. - <a href="{{ urlpath }}" target="_blank" title=""><img src="{{ lead_photo_image_url }}" class="cmPlayerImage" alt="{{ lead_photo_title }}" title="{{ lead_photo_title }}" /></a> \
  10. + <a href="{{ url_path }}" target="_blank" title=""><img src="{{ lead_photo_image_url }}" class="cmPlayerImage" alt="{{ lead_photo_title }}" title="{{ lead_photo_title }}" /></a> \
  11. </div>{{/lead_photo_image_url}} \
  12. <h4><a href="{{ url_path }}" target="_blank" title="{{ title }}">{{ title }}</a></h4> \
  13. {{ summary }} \
Add Comment
Please, Sign In to add comment