mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
style: removed console.logs
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
function enroll() {
|
function enroll() {
|
||||||
let params = frappe.utils.get_query_params()
|
let params = frappe.utils.get_query_params()
|
||||||
console.log(params.program)
|
|
||||||
let btn = document.getElementById('enroll');
|
let btn = document.getElementById('enroll');
|
||||||
btn.disbaled = true;
|
btn.disbaled = true;
|
||||||
btn.innerText = 'Enrolling...'
|
btn.innerText = 'Enrolling...'
|
||||||
@@ -33,7 +33,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
frappe.call(opts).then(res => {
|
frappe.call(opts).then(res => {
|
||||||
console.log(res)
|
|
||||||
let success_dialog = new frappe.ui.Dialog({
|
let success_dialog = new frappe.ui.Dialog({
|
||||||
title: __('Success'),
|
title: __('Success'),
|
||||||
secondary_action: function() {
|
secondary_action: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user