Esempio n. 1
0
 public function removeJS($js_uri)
 {
     return Frontcontroller::removeMedia($js_uri);
 }
Esempio n. 2
0
 public function removeJS($js_uri, $check_path = true)
 {
     return Frontcontroller::removeMedia($js_uri, null, $check_path);
 }