This commit is contained in:
yura_nalivaiko
2018-05-01 15:04:55 +03:00
parent a12bea07f8
commit f11a62ad30
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
/*jQuery('body').on('error', '.um-avatar', function() {
if( jQuery(this).data('load-error') != undefined ) return;
jQuery(this).data('load-error', '1').attr('src', jQuery(this).data('default'));
});*/
jQuery(document).ready(function() {
jQuery(document).on('click', '.um-dropdown a', function(e){