Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
woocommerce_bpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wordpress
woocommerce_bpd
Commits
0a2e53c3
Commit
0a2e53c3
authored
May 08, 2016
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12 from TheJotob/master
Replace jQuery.chosen by jQuery.select2
parents
2078cb3e
c16c89c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
html-addon-panel.php
admin/html-addon-panel.php
+2
-2
No files found.
admin/html-addon-panel.php
View file @
0a2e53c3
...
...
@@ -45,7 +45,7 @@
<script type="
text
/
javascript
">
jQuery(function(){
jQuery( 'select.chosen_select' ).
chosen
();
jQuery( 'select.chosen_select' ).
select2
();
jQuery('#product_addons_data')
.on( 'change', '.addon_name input', function() {
...
...
@@ -217,4 +217,4 @@
});
});
</script>
\ No newline at end of file
</script>
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