ソースを参照

Update dialog.js

version-14
rohitwaghchaure 4年前
committed by GitHub
コミット
def7cbe58b
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/public/js/frappe/ui/dialog.js

+ 1
- 1
frappe/public/js/frappe/ui/dialog.js ファイルの表示

@@ -35,7 +35,7 @@ frappe.ui.Dialog = class Dialog extends frappe.ui.FieldGroup {
$(this.wrapper).addClass("modal-sm");
else if (this.size == "large" )
$(this.wrapper).addClass("modal-lg");
else if (this.size == "full" )
else if (this.size == "extra-large" )
$(this.wrapper).addClass("modal-xl");

this.make_head();


読み込み中…
キャンセル
保存