# usc-e-shop/2.12.2/js/usces_cart.js

Welcart e-Commerce, version 2.12.2. 14 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/2.12.2/code/js/usces_cart.js
- Raw: https://pluginprobe.com/plugins/usc-e-shop/2.12.2/raw/js/usces_cart.js
- Modified: 2018-06-25T02:50:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/usc-e-shop/2.12.2/code/js/usces_cart.js#L10-L20`.

```javascript
// JavaScript Document

//function addEvent(obj, evType, fn){ 
// if (obj.addEventListener){ 
//   obj.addEventListener(evType, fn, false); 
//   return true; 
// } else if (obj.attachEvent){ 
//   var r = obj.attachEvent("on"+evType, fn); 
//   return r; 
// } else { 
//   return false; 
// } 
//}

```
