Skip to content

Commit

Permalink
Merge pull request #711 from openworm/development
Browse files Browse the repository at this point in the history
Disable local storage for default extension
  • Loading branch information
tarelli authored Nov 2, 2017
2 parents c085193 + 0158cbc commit 7ef01ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(function (require) {
return function (GEPPETTO) {
// Enable local storage
G.enableLocalStorage(true);
G.enableLocalStorage(false);

window.voltage_color = function(x) {
x = (x+0.07)/0.1; // normalization
Expand Down

0 comments on commit 7ef01ec

Please sign in to comment.