Skip to content

Commit

Permalink
CRO-97: Fixing Travis failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambilsing committed May 4, 2017
1 parent 52c7924 commit d7a4eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions assets/img/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions assets/js/theme/global/maintenanceMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export default function (maintenanceMode = {}) {

const url = encodeURIComponent((new URL(window.location.href).pathname + window.location.search).replace(/^\/|\/$/g, ''));

const url = encodeURIComponent(window.location.pathname + window.location.search);

$element.html(`<div class="adminBar-logo">
<a href="${securePath}/manage/dashboard"><svg><use xlink:href="#logo-small"></use></svg></a></div>
<div class="adminBar-content">
Expand Down

0 comments on commit d7a4eb6

Please sign in to comment.