style: remove unnecessary comments

This commit is contained in:
Shivam Mishra 2020-05-19 19:46:13 +05:30
parent a725d1daf1
commit e9710278a1

View file

@ -181,16 +181,9 @@ frappe.ui.form.MultiSelectDialog = class MultiSelectDialog {
});
this.$parent.find('.input-with-feedback').on('change', (e) => {
// debugger;
frappe.flags.auto_scroll = false;
this.get_results();
});
// this.$parent.find('[data-fieldtype="Link"]').on('change', (e) => {
// // debugger;
// frappe.flags.auto_scroll = false;
// console.log("cool");
// this.get_results();
// });
this.$parent.find('[data-fieldtype="Data"]').on('input', (e) => {
var $this = $(this);