Skip to content
New issue

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

cheditor4/config.js 의 dataFeed() #187

Closed
kagla opened this issue Jan 9, 2024 · 0 comments
Closed

cheditor4/config.js 의 dataFeed() #187

kagla opened this issue Jan 9, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@kagla
Copy link
Contributor

kagla commented Jan 9, 2024

사용하지 않는 함수라면 삭제해 주세요.

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";
@kagla kagla added the help wanted Extra attention is needed label Jan 9, 2024
@kagla kagla closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants