style(legacy): format files (#1946)
This commit is contained in:
parent
eb19283d96
commit
4d393fa14e
66 changed files with 775 additions and 565 deletions
|
@ -9,9 +9,11 @@ class WidgetHelper
|
|||
// weekStart is in station time.
|
||||
$weekStartDateTime = Application_Common_DateHelper::getWeekStartDateTime();
|
||||
|
||||
$dow = ['monday', 'tuesday', 'wednesday', 'thursday', 'friday',
|
||||
$dow = [
|
||||
'monday', 'tuesday', 'wednesday', 'thursday', 'friday',
|
||||
'saturday', 'sunday', 'nextmonday', 'nexttuesday', 'nextwednesday',
|
||||
'nextthursday', 'nextfriday', 'nextsaturday', 'nextsunday', ];
|
||||
'nextthursday', 'nextfriday', 'nextsaturday', 'nextsunday',
|
||||
];
|
||||
|
||||
$result = [];
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: asantoni
|
||||
|
@ -9,7 +10,8 @@ class AirtimeTableView
|
|||
{
|
||||
private static function _getTableJavaScriptDependencies()
|
||||
{
|
||||
return ['js/airtime/widgets/table.js',
|
||||
return [
|
||||
'js/airtime/widgets/table.js',
|
||||
'js/datatables/js/jquery.dataTables.js',
|
||||
'js/datatables/plugin/dataTables.pluginAPI.js',
|
||||
'js/datatables/plugin/dataTables.fnSetFilteringDelay.js',
|
||||
|
@ -17,7 +19,8 @@ class AirtimeTableView
|
|||
'js/datatables/plugin/dataTables.colReorder.min.js?',
|
||||
'js/datatables/plugin/dataTables.FixedColumns.js',
|
||||
'js/datatables/plugin/dataTables.FixedHeader.js',
|
||||
'js/datatables/plugin/dataTables.columnFilter.js?', ];
|
||||
'js/datatables/plugin/dataTables.columnFilter.js?',
|
||||
];
|
||||
}
|
||||
|
||||
public static function injectTableJavaScriptDependencies(&$headScript, $baseUrl, $airtimeVersion)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue