Menu responsiveness and layout
This commit is contained in:
@@ -67,7 +67,7 @@ class Controller extends BaseController
|
||||
|
||||
protected function registerView(Request $request, $type, $id)
|
||||
{
|
||||
if(config('app.debug')) {
|
||||
if(config('app.env') == 'local') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,8 @@ class RadioController extends Controller
|
||||
|
||||
public function onair()
|
||||
{
|
||||
return response()->json($this->API('programma/schema/onair?nonstop=1'));
|
||||
$data = $this->API('programma/schema/onair');
|
||||
return response()->json($data);
|
||||
}
|
||||
|
||||
public function program($id)
|
||||
|
||||
Reference in New Issue
Block a user