Skip to content

Commit 8a2a10a

Browse files
authored
Merge pull request #11 from lyonx/top-bar
Top bar
2 parents 896d242 + dcde5f2 commit 8a2a10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
.filter('returnUrl', ['$sce', function ($sce) {
8282
return function (url) {
8383

84-
return $sce.trustAsResourceUrl(url);
84+
return $sce.trustAsResourceUrl(url + '&chrome=false');
8585
}
8686
}]);
8787
})(window.angular, window.buildfire);

0 commit comments

Comments
 (0)