Selaa lähdekoodia

fix: import translate.js before utils.js (#17693)

version-14
Shariq Ansari 2 vuotta sitten
committed by GitHub
vanhempi
commit
4b9493a921
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      frappe/public/js/frappe-web.bundle.js

+ 1
- 1
frappe/public/js/frappe-web.bundle.js Näytä tiedosto

@@ -3,13 +3,13 @@ import "./frappe/class.js";
import "./frappe/polyfill.js";
import "./lib/moment.js";
import "./frappe/provide.js";
import "./frappe/translate.js";
import "./frappe/form/formatters.js";
import "./frappe/format.js";
import "./frappe/utils/number_format.js";
import "./frappe/utils/utils.js";
import "./frappe/utils/common.js";
import "./frappe/ui/messages.js";
import "./frappe/translate.js";
import "./frappe/utils/pretty_date.js";
import "./frappe/utils/datetime.js";
import "./frappe/microtemplate.js";


Ladataan…
Peruuta
Tallenna