andre 5 месяцев назад
Родитель
Сommit
5610abeb47
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      js/scripts.js
  2. 0 0
      js/scripts.min.js

+ 1 - 1
js/scripts.js

@@ -2484,13 +2484,13 @@ jQuery(document).ready(function(){
             );
 
             otherDomain.done(function(data) {
-                console.log(otherDomain.responseText);
                 if (typeof data != 'object' || data.result.length == 0) {
                     jQuery('.domain-lookup-subdomain-loader').hide();
                     return;
                 }
                 jQuery.each(data.result, function(index, result) {
                     if (result.status === true) {
+                        console.log(otherDomain.responseText);
                         window.location = 'cart.php?a=confproduct&i=' + result.num;
                     } else {
                         jQuery('.domain-lookup-primary-loader').hide();

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
js/scripts.min.js


Некоторые файлы не были показаны из-за большого количества измененных файлов