Showing
1 changed file
with
3 additions
and
0 deletions
@@ -773,9 +773,12 @@ define('yohood', function(require, exports) { | @@ -773,9 +773,12 @@ define('yohood', function(require, exports) { | ||
773 | $('.dialog-w').hide(); | 773 | $('.dialog-w').hide(); |
774 | window.location.reload(); | 774 | window.location.reload(); |
775 | }); | 775 | }); |
776 | + | ||
776 | 777 | ||
777 | $('.dia-content').click(function (e) { | 778 | $('.dia-content').click(function (e) { |
779 | + $('.dialog-w').hide(); | ||
778 | e.stopPropagation(); | 780 | e.stopPropagation(); |
781 | + window.location.reload(); | ||
779 | }); | 782 | }); |
780 | 783 | ||
781 | $(".wrapper").attr("class", ""); | 784 | $(".wrapper").attr("class", ""); |
-
Please register or login to post a comment