added new device profiles
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
$('.playFlyout').popup("close").remove();
|
||||
},
|
||||
|
||||
getHref: function (item, context) {
|
||||
getHref: function (item, context, topParentId) {
|
||||
|
||||
var href = LibraryBrowser.getHrefInternal(item);
|
||||
|
||||
@@ -363,6 +363,15 @@
|
||||
href += context;
|
||||
}
|
||||
|
||||
if (topParentId == null) {
|
||||
topParentId = LibraryMenu.getTopParentId();
|
||||
}
|
||||
|
||||
if (topParentId) {
|
||||
href += href.indexOf('?') == -1 ? "?topParentId=" : "&topParentId=";
|
||||
href += topParentId;
|
||||
}
|
||||
|
||||
return href;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user