|
@@ -967,7 +967,7 @@ func (this *Modules) RegisterModule_Shop() *Module {
|
|
|
this.shop_GetAllProductImages(wrap, data.A_id) +
|
|
|
`</div>` +
|
|
|
`<div class="list-button position-relative">` +
|
|
|
- `<input class="form-control" type="file" id="file" name="file" style="font-size:13px;" /><button type="button" class="btn btn-success btn-dynamic-remove" onclick="fave.ShopProductsUploadImage('shop-upload-image', ` + utils.IntToStr(data.A_id) + `, 'file');">Upload</button>` +
|
|
|
+ `<input class="form-control ignore-lost-data" type="file" id="file" name="file" style="font-size:13px;" /><button type="button" class="btn btn-success btn-dynamic-remove" onclick="fave.ShopProductsUploadImage('shop-upload-image', ` + utils.IntToStr(data.A_id) + `, 'file');">Upload</button>` +
|
|
|
`</div>` +
|
|
|
`</div>` +
|
|
|
`</div>` +
|