芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/portal.pulsehost.co.uk/templates/six/js/twitter.js
/** * Javascript functions used to fetch the twitter feed. * * @file WHMCS Six Theme Twitter Javascript Function * @copyright Copyright 2020 WHMCS Limited */ jQuery(document).ready(function() { WHMCS.http.jqClient.post("index.php?rp=/announcements/twitterfeed", function(data) { jQuery("#twitterFeedOutput").html(data); }); });