fix a scope issue in info view
This commit is contained in:
parent
029e0e2621
commit
16adecaccd
1 changed files with 3 additions and 2 deletions
|
@ -132,6 +132,8 @@ pandora.ui.infoView = function(data) {
|
|||
})
|
||||
.appendTo($data.$element),
|
||||
|
||||
$capabilities,
|
||||
|
||||
$browserImages = [];
|
||||
|
||||
pandora.createLinks($text);
|
||||
|
@ -761,8 +763,7 @@ pandora.ui.infoView = function(data) {
|
|||
}
|
||||
|
||||
function renderRightsLevel() {
|
||||
var $capabilities,
|
||||
$rightsLevelElement = getRightsLevelElement(data.rightslevel),
|
||||
var $rightsLevelElement = getRightsLevelElement(data.rightslevel),
|
||||
$rightsLevelSelect;
|
||||
$rightsLevel.empty();
|
||||
if (canEdit) {
|
||||
|
|
Loading…
Reference in a new issue