joomla-projects / joomla-es6

Joomla Javascript ES6 Repository
GNU General Public License v2.0
4 stars 5 forks source link

Remove inline Javascript for administrator/components/com_languages/tmpl/override/edit.php #89

Closed astridx closed 6 years ago

astridx commented 6 years ago

Pull Request for Issue # https://github.com/joomla-projects/joomla-es6/issues/55.

Summary of Changes

Remove inline Javascript for administrator/components/com_languages/tmpl/override/edit.php

Testing Instructions

If you like to test you can open the override view in com_language and insert a search string and see that Joomla.overrider.refreshCache() is refreshed if expired.

astridx commented 6 years ago

@dgt41 Now I iterate on the shallow copy created with slice.

astridx commented 6 years ago

I've just seen a simpler way. I made a new commit.