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

javascript doesn't work in new article in 5.5 #170

Closed
fredtantini opened this issue Apr 1, 2016 · 1 comment
Closed

javascript doesn't work in new article in 5.5 #170

fredtantini opened this issue Apr 1, 2016 · 1 comment

Comments

@fredtantini
Copy link

With firefox 45 on debian, in core/admin/article.php, clicking on headers/display or + in thumbnail/tags does nothing.

In core/admin/top.php it seems there is an extra ".js" in <script defer src="<?php echo PLX_CORE ?>lib/pluxml.min.js.js?ver=<?php echo PLX_VERSION ?>"></script>

Thanks to the js console:
in pluxml.min.js, a semi-colon is missing line 23, char 15:
return false;}}var -> return false;}};var

But even when fixing the extra .js and the missing semicolon, the console shows a "ReferenceError: setMsg is not defined". And the thumbnails + causes a TypeError: this.opts is undefined line in pluxml.min.js line 22, char116

@fredtantini fredtantini changed the title javascript doesn't work in new article javascript doesn't work in new article in 5.5 Apr 1, 2016
@fredtantini
Copy link
Author

Just a problem with the zip on the homepage http://pluxml.org/. No problem with the source.

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