Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.96k stars 606 forks source link

404 xhr on icons.svg #1426

Open SebMiao opened 9 months ago

SebMiao commented 9 months ago

Description

I ave 404 status on xhr response to icons.svg

return

send http://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:80266 ajax http://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:77118

SebMiao commented 9 months ago

I have modify the global path:

// SVG Path globally
    svgPath : 'libjs/trumbowyg/dist/ui/icons.svg',
    svgAbsoluteUseHref: false,
SebMiao commented 9 months ago

on localy thats all right