mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Added view site option to current tab listing
This commit is contained in:
@@ -8,6 +8,7 @@ angular
|
||||
var returnSearchText = $stateParams.returnSearchText;
|
||||
var siteId = $stateParams.siteId;
|
||||
var fromView = $stateParams.fromView;
|
||||
var fromCurrent = $stateParams.fromCurrent;
|
||||
|
||||
$scope.site = {
|
||||
folderId: null
|
||||
@@ -73,7 +74,8 @@ angular
|
||||
siteId: siteId,
|
||||
animation: 'out-slide-down',
|
||||
returnScrollY: returnScrollY || 0,
|
||||
returnSearchText: returnSearchText
|
||||
returnSearchText: returnSearchText,
|
||||
fromCurrent: fromCurrent
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user