fix: show evaluation in read only mode
This commit is contained in:
7
lms/www/classes/progress.js
Normal file
7
lms/www/classes/progress.js
Normal file
@@ -0,0 +1,7 @@
|
||||
frappe.ready(() => {
|
||||
|
||||
$(".clickable-row").click((e) => {
|
||||
window.location.href = $(e.currentTarget).data("href");
|
||||
});
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user