Skip to content

Commit 6189645

Browse files
author
David Ryan
committed
🙈
1 parent bc0ced7 commit 6189645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/admin/class-auth-assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Auth_Assets {
3939
function __construct( $dir, $url, $version ) {
4040
$this->installed_dir = $dir;
4141
$this->installed_url = $url;
42-
$this->asset_url = $this->installed_url . 'app/assets/';
42+
$this->asset_url = $this->installed_url . 'assets/';
4343
$this->version = $version;
4444

4545
/**

0 commit comments

Comments
 (0)