﻿/// <reference path="jquery-1.3.2-vsdoc2.js" />

//this function attaches to all submit buttons with a class = 'add-to-cart'
//it changes when you hover and also after the document is submitted.


//$(document).keypress(function() {
//    var evt = (evt) ? evt : ((event) ? event : null);
//    var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);
//    if ((evt.keyCode == 13) && (node.type == "text")) { return false; }
//});
