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

Updating bug for fields with no Name nor Id #2237

Closed
wants to merge 2 commits into from
Closed

Updating bug for fields with no Name nor Id #2237

wants to merge 2 commits into from

Commits on Nov 21, 2018

  1. Updating bug for fields with no Name nor Id

    When using some WYSIWYG like summernote, by default, contenteditable area has not Id nor Name, in this cases the script generates error in "escapeCssMeta()" when trying to do replace on undefined because the string arg is the result of "idOrName()" on line #1009.
    seltix5 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    a710d6b View commit details
    Browse the repository at this point in the history
  2. Update core.js

    seltix5 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    78024ce View commit details
    Browse the repository at this point in the history