Skip to content

Commit

Permalink
Quick fix for broken code in scramble_NNN.
Browse files Browse the repository at this point in the history
TODO: find out if this broke anything.
  • Loading branch information
lgarron committed Oct 26, 2015
1 parent c9424e3 commit e60b3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scramble_NNN.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ if (typeof scramblers === "undefined") {
for(i=0;i<3*size;i++){
s+="<div style='float: left; display: block; height: "+stickerheight+"px; width: "+(stickerheight*size*4)+"px; line-height: 0px;'>";
for(f=0;f<4*size;f++){
if(flat2posit[d]<0){
if(true){
s+="<div style='overflow: hidden; display: block; float: left; height: "+stickerheight+"px; width: "+stickerheight+"px;'></div>";
}else{
var c = colorPerm[ori][posit[flat2posit[d]]];
Expand Down

0 comments on commit e60b3d5

Please sign in to comment.