Skip to content

Commit

Permalink
not find func() 的js错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Aug 21, 2017
1 parent 6805f5d commit c17d074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ function thissubmit(thiss){
<div class="formBar">
<ul>
<!--<li><a class="buttonActive" href="javascript:;"><span>保存</span></a></li>-->
<li><div class="buttonActive"><div class="buttonContent"><button onclick="func('accept')" value="accept" name="accept" type="submit">保存</button></div></div></li>
<li><div class="buttonActive"><div class="buttonContent"><button onclick="" value="accept" name="accept" type="submit">保存</button></div></div></li>
<li>
<div class="button"><div class="buttonContent"><button type="button" class="close">取消</button></div></div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion services/search/MongoSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected function actionSyncProductInfo($product_ids, $numPerPage)
}
}
}
echo "MongoSearch sync done ... \n";
//echo "MongoSearch sync done ... \n";

return true;
}
Expand Down
2 changes: 1 addition & 1 deletion services/search/XunSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function actionSyncProductInfo($product_ids, $numPerPage)
}
}
}
echo "XunSearch sync done ... \n";
//echo "XunSearch sync done ... \n";

return true;
}
Expand Down

0 comments on commit c17d074

Please sign in to comment.