notes.js: fix deprecated dialogClass option.
ref: http://jqueryui.com/upgrade-guide/1.12/#dialog
This commit is contained in:
@@ -405,7 +405,9 @@ Danbooru.Note = {
|
|||||||
at: "right-20",
|
at: "right-20",
|
||||||
of: window
|
of: window
|
||||||
},
|
},
|
||||||
dialogClass: "note-edit-dialog",
|
classes: {
|
||||||
|
"ui-dialog": "note-edit-dialog",
|
||||||
|
},
|
||||||
title: "Edit note",
|
title: "Edit note",
|
||||||
buttons: {
|
buttons: {
|
||||||
"Save": Danbooru.Note.Edit.save,
|
"Save": Danbooru.Note.Edit.save,
|
||||||
|
|||||||
Reference in New Issue
Block a user