jquery
Close All Other Opened Modals when Opening a New Modal
Add data-dismiss="modal" to #newModal anchor:
<a href="#newModal" data-toggle="modal" data-dismiss="modal">Open NewModal</a>
Cannot find name 'PromiseConstructor' tinymce
Include in tinymce folder a file tsconfig.json with the following contents:
{
"compilerOptions": { "lib": [ "es2015", "dom" ] }, "exclude": [ "**/bin", "**/bower_components", "**/jspm_packages", "**/node_modules", "**/obj", "**/platforms" ]
}
More at https://github.com/tinymce/tinymce/issues/6240
Add data-dismiss="modal" to #newModal anchor:
<a href="#newModal" data-toggle="modal" data-dismiss="modal">Open NewModal</a>