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

Link buttons on TinyMCE don't work #102

Closed
jMyles opened this issue Mar 10, 2013 · 1 comment
Closed

Link buttons on TinyMCE don't work #102

jMyles opened this issue Mar 10, 2013 · 1 comment

Comments

@jMyles
Copy link
Member

jMyles commented Mar 10, 2013

If you try to add a link to text, TinyMCE pops up an empty window instead of the link insertion dialogue.

@jMyles
Copy link
Member Author

jMyles commented Mar 10, 2013

Looks like the html for the popup is getting 404's for its js files:

<head>
    <title>{#advanced_dlg.link_title}</title>
    <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
    <script type="text/javascript" src="../../utils/mctabs.js"></script>
    <script type="text/javascript" src="../../utils/form_utils.js"></script>
    <script type="text/javascript" src="../../utils/validate.js"></script>
    <script type="text/javascript" src="js/link.js"></script>
</head>

@jMyles jMyles closed this as completed in 46f0ebd Mar 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant