Move button to link to, in same part of code than code to output links.

This commit is contained in:
Laurent Destailleur
2016-08-05 15:30:28 +02:00
parent 851f8369cf
commit bcd055b378
20 changed files with 137 additions and 125 deletions

View File

@@ -948,6 +948,7 @@ function copyToClipboard(text,text2)
return false;
}
/*
* Function show document preview
*
@@ -1128,3 +1129,5 @@ function price2numjs(amount) {
return res;
}