We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3764d6f commit 164ef60Copy full SHA for 164ef60
system/application/views/melons/cantaloupe/js/scalarlenses.jquery.js
@@ -3990,7 +3990,7 @@
3990
ScalarLenses.prototype.saveLens = function(successHandler){
3991
//console.log(JSON.stringify(this.scalarLensObject, null, 2));
3992
3993
- // update the lens even if the user isn't logged in or if they are a reader
+ // refresh the visualization if the user isn't logged in or if they are a reader
3994
if (this.userLevel == 'unknown' || this.userLevel == 'scalar:Reader') {
3995
if (this.canSave == true) {
3996
this.updateLensByUserId(successHandler);
0 commit comments