Skip to content

Commit

Permalink
#38 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Oct 26, 2015
1 parent 4dbad74 commit bdac4f0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Extension/lib/pages/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,11 +673,7 @@ RequestWizard.getRequestType = function (requestType) {
};

RequestWizard.getSource = function (frameDomain) {
if (frameDomain && frameDomain != null) {
return frameDomain;
}

return '';
return frameDomain || '';
};

function init() {
Expand Down

0 comments on commit bdac4f0

Please sign in to comment.