Two little bugfixes for v.0.0.1bug1: js dont close the popup windows
reason1: jquery deprecates
.browser
var / code change
bug2: border cant set
reason2: coding hurry up error
fix1openstyles/prosilver/template/pgc_swatch.html
findCode:
if ($.browser.webkit && (chrome !== true)) {
replace withCode:
if (chrome !== true) {
---------------------------------------------
fix2openstyles/prosilver/template/pgc_swatch.html
findCode:
if($('#border_true').attr('checked')){
replace withCode:
if($('input#border_true:checked').length>0){
clear all board- and browser-caches..the current v.0.0.1 package will be updated after some more tests