|
@@ -386,8 +386,8 @@ ${ fb_components.menubar() }
|
|
|
|
|
|
|
|
_hashPage = 1;
|
|
_hashPage = 1;
|
|
|
_hashUpperPage = 1;
|
|
_hashUpperPage = 1;
|
|
|
- if (_hash != "") {
|
|
|
|
|
|
|
|
|
|
|
|
+ if (_hash != "") {
|
|
|
if (_hash.indexOf("-") > -1) {
|
|
if (_hash.indexOf("-") > -1) {
|
|
|
_hashPage = _hash.split("-")[0].substr(2) * 1;
|
|
_hashPage = _hash.split("-")[0].substr(2) * 1;
|
|
|
_hashUpperPage = _hash.split("-")[1].substr(1) * 1;
|
|
_hashUpperPage = _hash.split("-")[1].substr(1) * 1;
|
|
@@ -434,6 +434,10 @@ ${ fb_components.menubar() }
|
|
|
}, 300);
|
|
}, 300);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ $("#refreshBtn").click(function(){
|
|
|
|
|
+ window.location.reload();
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
$("#fileArea").jHueScrollUp();
|
|
$("#fileArea").jHueScrollUp();
|
|
|
|
|
|
|
|
if (viewModel.totalPages() < viewModel.MAX_PAGES_TO_ENABLE_SCROLLING && viewModel.mode() == "text") { // enable scrolling
|
|
if (viewModel.totalPages() < viewModel.MAX_PAGES_TO_ENABLE_SCROLLING && viewModel.mode() == "text") { // enable scrolling
|