updated nuget
This commit is contained in:
@@ -172,6 +172,7 @@
|
||||
|
||||
}).on('pagebeforeshowready', "#indexPage", function () {
|
||||
|
||||
var args = arguments;
|
||||
var page = this;
|
||||
|
||||
if (window.ApiClient) {
|
||||
|
||||
@@ -804,7 +804,7 @@
|
||||
|
||||
function updateBackButton(page) {
|
||||
|
||||
var canGoBack = backStack.length > 0 && page.classList.contains('itemDetailPage');
|
||||
var canGoBack = backStack.length > 0 && !page.classList.contains('homePage');
|
||||
|
||||
$('.headerBackButton').visible(canGoBack);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user