Changeset 2496428
- Timestamp:
- 03/16/2021 02:48:39 AM (5 years ago)
- Location:
- balidrop/trunk
- Files:
-
- 2 added
- 3 edited
-
balidrop.php (modified) (1 diff)
-
includes/core/core.php (modified) (1 diff)
-
pages/home (added)
-
pages/product/product.js (modified) (2 diffs)
-
readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
balidrop/trunk/balidrop.php
r2489130 r2496428 4 4 Plugin URI: https://www.balidrop.com/ 5 5 Description: Sell Abundant Chinese Productswithout Inventory Pressure 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: ysun-tech 8 8 License: GPLv2 or later -
balidrop/trunk/includes/core/core.php
r2489130 r2496428 64 64 65 65 wp_enqueue_style('bd-bootstrap'); 66 wp_enqueue_style('bd-bootstrap-t able');66 wp_enqueue_style('bd-bootstrap-table'); 67 67 wp_enqueue_style('bd-style'); 68 68 wp_enqueue_script('product'); -
balidrop/trunk/pages/product/product.js
r2489130 r2496428 371 371 }); 372 372 if(uls.length !== 0){ 373 myAlert("info", `<ul id="myUl">${uls.toString().replace(/,/g, "<br>")}</ul>`, 50000);373 myAlert("info", `<ul id="myUl">${uls.toString().replace(/,/g, "<br>")}</ul>`, 10000); 374 374 } 375 375 jQuery("#balidrop-loading").removeClass("balidrop-show"); 376 376 btn.button('reset'); 377 productMap.clear(); 377 378 }, 378 379 error: function (XMLHttpRequest, textStatus, errorThrown) { … … 380 381 btn.button('reset'); 381 382 myAlert("error",`<ul id="myUl">${errorThrown}</ul>`); 383 productMap.clear(); 382 384 }, 383 385 });
Note: See TracChangeset
for help on using the changeset viewer.