X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=js%2Finserts.js;h=d0722250769dcb4d3cb25be45586979d34f77f23;hp=40337e7a94a68e7bc2df0c3fa0bfc02e36c289a2;hb=e685a94465fe8f26c8ff3789242b43c1c20054cf;hpb=630e99edecc3eabe708a9e7bda94eaa60bf16db7 diff --git a/js/inserts.js b/js/inserts.js index 40337e7a..d0722250 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -314,7 +314,7 @@ var inserts = { e.onclick = function(){ if (validate(e)) { setTimeout(function() { var asp = e.getAttribute('aspect'); - if (asp && asp.indexOf('download') === -1) + if (asp && asp.indexOf('download') === -1 && asp.indexOf('popup') === -1) set_mark((asp && ((asp.indexOf('process') !== -1) || (asp.indexOf('nonajax') !== -1))) ? 'progressbar.gif' : 'ajax-loader.gif'); }, 100); return true;