Feature/#32 option menu #112

Merged
Serraniel merged 31 commits from feature/#32-option-menu into develop 2020-11-09 17:28:43 +01:00
Showing only changes of commit 51b943bc0f - Show all commits

View file

@ -5,14 +5,12 @@ import * as helper from '../utils/helpers';
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
export function init() {
getGlobalConfiguration().getProperty(SETTINGS_animeLanguageDisplay, value => {
if (value) {
if (getGlobalConfiguration().animeLanguageDisplay) {
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
core.registerScript(node => {
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
// run the scripts
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
if (helper.isHtmlElement(node)) {
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
updateLanguageDisplay(node)
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
}
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
}, "^/anime/[0-9]*$");
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
}
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
core.registerScript(node => {
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
// run the scripts
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
if (helper.isHtmlElement(node)) {
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
updateLanguageDisplay(node)
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
}
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
}, "^/anime/[0-9]*$");
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
}
});
}

Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.
Serraniel commented 2020-11-08 13:21:14 +01:00 (Migrated from github.com)
Review

That if statement has to be removed.

That if statement has to be removed.
Serraniel commented 2020-11-08 13:24:55 +01:00 (Migrated from github.com)
Review

Done and working, agaub.

Done and working, agaub.