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

replace mootools in orderdefault.php #45

Open
gorgonz opened this issue Nov 27, 2016 · 1 comment
Open

replace mootools in orderdefault.php #45

gorgonz opened this issue Nov 27, 2016 · 1 comment

Comments

@gorgonz
Copy link

gorgonz commented Nov 27, 2016

there is one place, where still mootools is activated. As a result the component will hang whenever the buttons "Default file order" or "Translation order" are clicked. The solution should be simple.
Replace
JHTML::_('behavior.mootools');
with
JHTML::_('behavior.framework');
in file views/languages/tmpl/orderdefault.php and sorting will work again, especially no hanging will happen

@elkuku
Copy link
Owner

elkuku commented Oct 25, 2017

Hi and sorry for the laaate response...
I've created a new repository where all EasyCreator extension templates live now: https://github.com/EasyCreator/templates

Would you mind proposing those changes here, please?

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

2 participants