Skip to content

Commit

Permalink
Fixed location of UIKit JS files in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
apzeero committed Apr 29, 2019
1 parent b174530 commit fc0c53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ function teamwpugph_scripts() {
$mainstyles = '/style.css';
$blockstyles = '/css/blocks.css';

$uikitjs = '/lib/uikit/dist/uikit.js';
$uikiticonsjs = '/lib/uikit/dist/uikit-icons.js';
$uikitjs = '/lib/uikit/dist/js/uikit.js';
$uikiticonsjs = '/lib/uikit/dist/js/uikit-icons.js';

} else {

Expand Down

0 comments on commit fc0c53d

Please sign in to comment.