Merge pull request #1645 from MrTimscampi/another-es6-pr
Migrate appRouter to ES6
This commit is contained in:
+549
-350
File diff suppressed because it is too large
Load Diff
@@ -375,7 +375,7 @@ import 'scrollStyles';
|
||||
dlg.setAttribute('data-lockscroll', 'true');
|
||||
}
|
||||
|
||||
if (options.enableHistory !== false && appRouter.enableNativeHistory()) {
|
||||
if (options.enableHistory !== false) {
|
||||
dlg.setAttribute('data-history', 'true');
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ import browser from 'browser';
|
||||
import actionsheet from 'actionsheet';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
export function getCommands(options) {
|
||||
const item = options.item;
|
||||
const user = options.user;
|
||||
|
||||
@@ -9,7 +9,6 @@ import 'programStyles';
|
||||
import 'emby-button';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
function getTimerIndicator(item) {
|
||||
let status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user