1
0

Hash update

This commit is contained in:
Fredrik Erlandsson 2011-12-20 13:42:12 +01:00
parent 9d3b519551
commit fad0fe48aa

View File

@ -487,7 +487,7 @@ function bodyLoad(vm, bgcolor) {
if (typeof slideshowImages !== 'undefined' && !slideshowImages.length) {
viewMode = vm = 'grid';
}
if (vm === 'detail') {view = viewMode; focusImage(currentImg, h.redirected);} else {view = vm;}
if (vm === 'detail') {view = viewMode; focusImage(currentImg, h.redirected);} else {view = viewMode = vm;}
switch (view) {
case 'carousel':
startImageFlow(false);