Mercurial > hg > digilib
changeset 245:75c427dc79f4
added identify function to make relato work again
author | luginbue |
---|---|
date | Thu, 12 Aug 2004 01:49:07 +0200 |
parents | 71c51fb57ce1 |
children | 363d3c433e71 |
files | client/digitallibrary/baselib.js |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/baselib.js Thu Aug 12 01:48:04 2004 +0200 +++ b/client/digitallibrary/baselib.js Thu Aug 12 01:49:07 2004 +0200 @@ -21,6 +21,12 @@ */ +function identify() { + // used for identifying a digilib instance + // Relato uses that function - lugi + return "Digilib 0.6"; +} + function getInt(n) { // returns always an integer n = parseInt(n);