commit/galaxy-central: guerler: Frame: Fix widget parameter
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ce250b678c13/ Changeset: ce250b678c13 User: guerler Date: 2014-01-24 05:30:47 Summary: Frame: Fix widget parameter Affected #: 1 file diff -r b883d2f753824cf615fd4b3acb04d815f919bba9 -r ce250b678c13cabd72f13e3ed118976b7fcb4fe8 static/scripts/galaxy.frame.js --- a/static/scripts/galaxy.frame.js +++ b/static/scripts/galaxy.frame.js @@ -1096,11 +1096,6 @@ // identify content type if (type == 'url') { - if (content.indexOf('?') == -1) - content += '?'; - else - content += '&'; - content += 'widget=True'; content = '<iframe scrolling="auto" class="f-iframe" src="' + content + '"></iframe>'; } Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org