mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-20 01:55:01 +00:00
style: remove trailing spaces
This commit is contained in:
@@ -2,7 +2,7 @@ frappe.ui.form.on("Hub Settings", {
|
||||
refresh: function(frm) {
|
||||
frm.disable_save();
|
||||
},
|
||||
|
||||
|
||||
onload_post_render: function(frm) {
|
||||
if(frm.get_field("unregister_from_hub").$input)
|
||||
frm.get_field("unregister_from_hub").$input.addClass("btn-danger");
|
||||
|
||||
Reference in New Issue
Block a user