We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
사용하지 않는 함수라면 삭제해 주세요.
function dataFeed( opts, callback ) { var data = []; if (opts.marker == "@" && opts.query) { var thisVal = opts.query, srcRegex = /<img.*?src=["'](.*?)["']/; ck_itemsMentions = ck_cachequeryMentions[thisVal]; if(typeof ck_itemsMentions == "object"){ callback(ck_itemsMentions); } else { var data_url = g5_plugin_url+"/mention/q.php";
The text was updated successfully, but these errors were encountered:
kitrio
No branches or pull requests
사용하지 않는 함수라면 삭제해 주세요.
The text was updated successfully, but these errors were encountered: