style: missing semicolon
This commit is contained in:
parent
37dcef5f53
commit
3ee944d659
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ frappe.warn = function(title, message_html, proceed_action, primary_label) {
|
|||
|
||||
d.show();
|
||||
return d;
|
||||
}
|
||||
};
|
||||
|
||||
frappe.prompt = function(fields, callback, title, primary_label) {
|
||||
if (typeof fields === "string") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue