Skip to content

Commit

Permalink
🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ryan committed Mar 6, 2018
1 parent bc0ced7 commit 6189645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/class-auth-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Auth_Assets {
function __construct( $dir, $url, $version ) {
$this->installed_dir = $dir;
$this->installed_url = $url;
$this->asset_url = $this->installed_url . 'app/assets/';
$this->asset_url = $this->installed_url . 'assets/';
$this->version = $version;

/**
Expand Down

0 comments on commit 6189645

Please sign in to comment.