Knowledge Base

Test

hello

Rate and review
HelpfulNot helpful
var SB_AJAX_URL = "https://dashboard.chatboardapp.com/script/include/ajax.php";var SB_URL = "https://dashboard.chatboardapp.com/script";var SB_LANG = false; $('.sb-search-articles').on('click', function () { document.location.href = 'https://wptest.eduhub.solutions/articles/?search=' + $(this).prev().val(); }); let user_rating = SBF.storage('article-rating-test'); if (user_rating) $('.sb-article').attr('data-user-rating', user_rating); $('.sb-article').on('click', '.sb-rating-ext [data-rating]', function (e) { SBChat.articleRatingOnClick(this); e.preventDefault(); return false; });