Skip to content
Snippets Groups Projects
Commit f0ed72bf authored by Falko Timme's avatar Falko Timme
Browse files

- JavaScript: Removed reloadFastcgiPHPVersions() function from #php change event.

parent 6de0aab8
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,6 @@ ...@@ -173,7 +173,6 @@
jQuery('.fastcgi_php_version:visible').hide(); jQuery('.fastcgi_php_version:visible').hide();
} }
jQuery('#php').change(function(){ jQuery('#php').change(function(){
reloadFastcgiPHPVersions();
if(jQuery(this).val() == 'fast-cgi'){ if(jQuery(this).val() == 'fast-cgi'){
jQuery('.fastcgi_php_version:hidden').show(); jQuery('.fastcgi_php_version:hidden').show();
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment