@@ -335,7 +335,9 @@
if (docsId!=null){
href +="&docsId="+docsId
}
- location.replace(href);
+ setTimeout(function() {
+ location.replace(href);
+ }, 300)
})
@@ -332,7 +332,9 @@