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_plugins/tmpl/plugin/edit.php. (2) #81

Closed astridx closed 6 years ago

astridx commented 6 years ago

Pull Request for Issue # .

Summary of Changes

Deleted in-line JavaScript in com_plugin in the file edit.php.
I think we do not need this JavaScript. The Modal in com_redirect works also without it. https://github.com/joomla-projects/joomla-es6/blob/dev/administrator/components/com_redirect/tmpl/links/default.php#L25

By the way I changed \JText in HTMLHelper in com_redirect.

See also: https://github.com/joomla-projects/joomla-es6/pull/59

dneukirchen commented 6 years ago

pr for #55