Index: lams_tool_preview/web/pages/learning/rubricsPivot.jsp
===================================================================
diff -u -r4a6c8a497b55005dcd5b6158ebc2051fc5e3b40a -r1a95fab3ccfb6157bf176c530eb7ae5c0900bdd7
--- lams_tool_preview/web/pages/learning/rubricsPivot.jsp (.../rubricsPivot.jsp) (revision 4a6c8a497b55005dcd5b6158ebc2051fc5e3b40a)
+++ lams_tool_preview/web/pages/learning/rubricsPivot.jsp (.../rubricsPivot.jsp) (revision 1a95fab3ccfb6157bf176c530eb7ae5c0900bdd7)
@@ -40,7 +40,7 @@
function submitEntry(next) {
if (next && !rubricsRequireRatings && isRatingMissing()
- && !confirm('')){
+ && !confirm('')){
return;
}
// answer saved when clicked so don't use next button to submit
@@ -59,7 +59,7 @@
},
success: function(data, textStatus) {
if (data.error) {
- alert('');
+ alert('');
return;
}
let row = $(cell).parent(),
@@ -74,7 +74,7 @@
}
},
onError : function(){
- alert('');
+ alert('');
}
});
}