Links to incorrect summernote files

Hello,
The problem persists, I created a new page in my admin directory, I transformed a textarea into summernote, some of the links added to my page are incorrect, I have to correct it manually,

it’s incorrect

    <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>

    <script src="dmxAppConnect/dmxSummernote/summernote-bs5.min.js" defer></script>

it’s correct

    <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>

    <script src="../dmxAppConnect/dmxSummernote/summernote-bs5.min.js" defer></script>

Yes…

1 Like

Fixed in Wappler 6.5.2

1 Like

This topic was automatically closed after 47 hours. New replies are no longer allowed.