(page)
| 1075 | |
| 1076 | //Go to a specific page |
| 1077 | function goToPage(page) |
| 1078 | { |
| 1079 | if(typeof imagesData[page] !== 'undefined') |
| 1080 | goToImage(page); |
| 1081 | else |
| 1082 | goToFolder(page); |
| 1083 | } |
| 1084 | |
| 1085 | var pageRangeHistory = []; |
| 1086 |
nothing calls this directly
no test coverage detected