public function removeJS($js_uri)
 {
     return Frontcontroller::removeMedia($js_uri);
 }
Example #2
0
 public function removeJS($js_uri, $check_path = true)
 {
     return Frontcontroller::removeMedia($js_uri, null, $check_path);
 }