embedError: cosmetic changes; remove a print statement

This commit is contained in:
rolux 2013-03-01 18:58:38 +05:30
parent e053707ada
commit 826e62667a
2 changed files with 1 additions and 2 deletions

View file

@ -322,7 +322,6 @@ appPanel
}
},
seturl: function(data) {
Ox.print('SET URL', data.url);
if (pandora.isEmbedURL(data.url)) {
pandora.URL.push(data.url);
}

View file

@ -34,7 +34,7 @@ pandora.ui.embedError = function(notImplemented) {
.css({marginTop: '4px', fontSize: '9px', textAlign: 'center'})
.html(
notImplemented
? 'This view is<br>not implemented.'
? 'This view is not<br>implemented.'
: 'This view cannot<br>be embedded.'
)
)