Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
makura-2025
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Raj Shah
makura-2025
Commits
59c0c6fd
Commit
59c0c6fd
authored
Jul 16, 2025
by
rajshah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: download resource count fix v1.0
parent
81e870c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
enqueuer.php
includes/enqueuer.php
+1
-1
No files found.
includes/enqueuer.php
View file @
59c0c6fd
...
...
@@ -36,7 +36,7 @@ function conserve_register_styles()
wp_enqueue_script
(
'counter-js'
,
get_template_directory_uri
()
.
'/assets/js/counterup.js'
,
array
(
'jquery'
),
$theme_version
);
wp_enqueue_script
(
'raphaelmin'
,
'https://cdnjs.cloudflare.com/ajax/libs/raphael/2.3.0/raphael.min.js'
,
array
(
'jquery'
),
$theme_version
);
wp_localize_script
(
'custom'
,
'custom
-JS
'
,
'frontend_ajax_object'
,
array
(
'ajaxurl'
=>
admin_url
(
'admin-ajax.php'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment