Skip to content

Commit

Permalink
[#91] Fixing small edits in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed Jan 3, 2024
1 parent 571a511 commit 1d95d79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions client-mu-plugins/goodbids/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
build
dist-ssr
Expand All @@ -16,8 +15,6 @@ dist-ssr
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
Expand Down
12 changes: 0 additions & 12 deletions client-mu-plugins/goodbids/src/classes/Frontend/Vite.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,6 @@ function () {
}
);

add_action(
'admin_enqueue_scripts',
function () {
wp_enqueue_style(
'goodbids-admin',
GOODBIDS_PLUGIN_URL . 'assets/css/admin.css',
[],
goodbids()->get_version()
);
}
);

add_action( 'admin_enqueue_scripts', [ $this, 'admin_assets' ], 15 );

add_filter( 'script_loader_tag', [ $this, 'script_loader' ], 10, 3 );
Expand Down

0 comments on commit 1d95d79

Please sign in to comment.