REFACTOR: Move bootbox to an import instead of global variable (#10533)

This commit is contained in:
Robin Ward
2020-08-26 12:57:13 -04:00
committed by GitHub
parent 354014099d
commit ff4de97dfd
91 changed files with 104 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import { exportEntity } from "discourse/lib/export-csv";
import ScreenedIpAddress from "admin/models/screened-ip-address";
import { observes } from "discourse-common/utils/decorators";
import { INPUT_DELAY } from "discourse-common/config/environment";
import bootbox from "bootbox";
export default Controller.extend({
loading: false,