mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- fixed conflicts with raty JS plugin;
- fixed members directory and meta section visibility;
This commit is contained in:
@@ -113,7 +113,7 @@ jQuery(document).ready(function() {
|
||||
});
|
||||
});
|
||||
|
||||
jQuery('.um-rating').raty({
|
||||
jQuery('.um-rating').um_raty({
|
||||
half: false,
|
||||
starType: 'i',
|
||||
number: function() {return jQuery(this).attr('data-number');},
|
||||
@@ -127,7 +127,7 @@ jQuery(document).ready(function() {
|
||||
}
|
||||
});
|
||||
|
||||
jQuery('.um-rating-readonly').raty({
|
||||
jQuery('.um-rating-readonly').um_raty({
|
||||
half: false,
|
||||
starType: 'i',
|
||||
number: function() {return jQuery(this).attr('data-number');},
|
||||
|
||||
Reference in New Issue
Block a user