forked from 0x2620/pandora
embedError: cosmetic changes; remove a print statement
This commit is contained in:
parent
e053707ada
commit
826e62667a
2 changed files with 1 additions and 2 deletions
|
@ -322,7 +322,6 @@ appPanel
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
seturl: function(data) {
|
seturl: function(data) {
|
||||||
Ox.print('SET URL', data.url);
|
|
||||||
if (pandora.isEmbedURL(data.url)) {
|
if (pandora.isEmbedURL(data.url)) {
|
||||||
pandora.URL.push(data.url);
|
pandora.URL.push(data.url);
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ pandora.ui.embedError = function(notImplemented) {
|
||||||
.css({marginTop: '4px', fontSize: '9px', textAlign: 'center'})
|
.css({marginTop: '4px', fontSize: '9px', textAlign: 'center'})
|
||||||
.html(
|
.html(
|
||||||
notImplemented
|
notImplemented
|
||||||
? 'This view is<br>not implemented.'
|
? 'This view is not<br>implemented.'
|
||||||
: 'This view cannot<br>be embedded.'
|
: 'This view cannot<br>be embedded.'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue