From 6189645452f110781122ae168fbdcb0714c663a4 Mon Sep 17 00:00:00 2001 From: David Ryan Date: Tue, 6 Mar 2018 16:37:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/class-auth-assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/class-auth-assets.php b/app/admin/class-auth-assets.php index fa3ba05..776efd3 100644 --- a/app/admin/class-auth-assets.php +++ b/app/admin/class-auth-assets.php @@ -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; /**