style: remove trailing spaces

This commit is contained in:
Faris Ansari 2018-08-29 16:19:39 +05:30
parent 8683bd82ed
commit 458cf6fcc5

View File

@ -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");