- fixed conflicts with raty JS plugin;

- fixed members directory and meta section visibility;
This commit is contained in:
nikitozzzzzzz
2018-01-29 17:10:02 +02:00
parent dca45dad6b
commit fa288dbe0b
3 changed files with 34 additions and 39 deletions
+2 -2
View File
@@ -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');},