Plugin Directory

Changeset 2321526


Ignore:
Timestamp:
06/10/2020 11:24:19 AM (6 years ago)
Author:
radiojar
Message:

scrolling:"auto"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • radiojar-player/tags/1.4/chat.php

    r2320719 r2321526  
    1414        wp_enqueue_script( 'rj-script', '//proxy.radiojar.com/wrappers/api-plugins/v2/radiojar-min.js', array( 'jquery' ));
    1515     }
    16     $inline_js = 'rjq(\'#rjp-chat\').radiojar(\'chatProvider\', {"streamname":"'. esc_html__($rjplayer_atts['streamname'], 'rj-player') .'","width": "'. esc_html__($rjplayer_atts['width'], 'rj-player') .'","height": "'. esc_html__($rjplayer_atts['height'], 'rj-player') .'"';
     16    $inline_js = 'rjq(\'#rjp-chat\').radiojar(\'chatProvider\', {"streamname":"'. esc_html__($rjplayer_atts['streamname'], 'rj-player') .'","width": "'. esc_html__($rjplayer_atts['width'], 'rj-player') .'","height": "'. esc_html__($rjplayer_atts['height'], 'rj-player') .'",scrolling:"auto"';
    1717    if($rjplayer_atts['chat_cssfile']){
    1818        $inline_js .=   ',"cssfile": "'. esc_html__($rjplayer_atts['chat_cssfile'], 'rj-player').'"';
Note: See TracChangeset for help on using the changeset viewer.