mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Improve AppUrl/ROOT_URL checking (#22836)
After some PRs: * #21986 * #22795 * #22808 * #22831 * #22839 Users won't be affected by the ROOT_URL problem in most cases. Close #19345 This PR improves AppUrl/ROOT_URL checking, only check it on the admin page, and the message is also updated. Feel free to suggest about more English-native messages. 
This commit is contained in:
@ -48,7 +48,6 @@ import {
|
||||
initCommitStatuses,
|
||||
} from './features/repo-commit.js';
|
||||
import {
|
||||
checkAppUrl,
|
||||
initFootLanguageMenu,
|
||||
initGlobalButtonClickOnEnter,
|
||||
initGlobalButtons,
|
||||
@ -199,5 +198,4 @@ $(document).ready(() => {
|
||||
initUserAuthWebAuthnRegister();
|
||||
initUserSettings();
|
||||
initViewedCheckboxListenerFor();
|
||||
checkAppUrl();
|
||||
});
|
||||
|
Reference in New Issue
Block a user