Clients that have manually constructed catalog pages at their websites may no longer have the catalog widget appearing due to an update that jQuery had.  If you have the following line of code in your index.wws or default.wc or related files, you need to make a change.

< script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">< / script >

place this line of code immediately after it.

< script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.0.0.js">< / script >

The pages that our system generates will automatically get this line of code injected.




Miercuri, Ianuarie 16, 2013

« înapoi