From 826e62667a339654da9425ca581f8dfe7f3ceb35 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 1 Mar 2013 18:58:38 +0530 Subject: [PATCH] embedError: cosmetic changes; remove a print statement --- static/js/pandora.js | 1 - static/js/pandora/embedError.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index 0e4066e7..ef8c91c8 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -322,7 +322,6 @@ appPanel } }, seturl: function(data) { - Ox.print('SET URL', data.url); if (pandora.isEmbedURL(data.url)) { pandora.URL.push(data.url); } diff --git a/static/js/pandora/embedError.js b/static/js/pandora/embedError.js index 62904302..63c62cb2 100644 --- a/static/js/pandora/embedError.js +++ b/static/js/pandora/embedError.js @@ -34,7 +34,7 @@ pandora.ui.embedError = function(notImplemented) { .css({marginTop: '4px', fontSize: '9px', textAlign: 'center'}) .html( notImplemented - ? 'This view is
not implemented.' + ? 'This view is not
implemented.' : 'This view cannot
be embedded.' ) )