Skip to content

Commit 164ef60

Browse files
committed
Update comment for clarity
1 parent 3764d6f commit 164ef60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/application/views/melons/cantaloupe/js/scalarlenses.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3990,7 +3990,7 @@
39903990
ScalarLenses.prototype.saveLens = function(successHandler){
39913991
//console.log(JSON.stringify(this.scalarLensObject, null, 2));
39923992

3993-
// update the lens even if the user isn't logged in or if they are a reader
3993+
// refresh the visualization if the user isn't logged in or if they are a reader
39943994
if (this.userLevel == 'unknown' || this.userLevel == 'scalar:Reader') {
39953995
if (this.canSave == true) {
39963996
this.updateLensByUserId(successHandler);

0 commit comments

Comments
 (0)