# HG changeset patch # User luginbue # Date 1092268147 -7200 # Node ID 4caec1a852337d2a84d02be5e5363ad76e597f12 # Parent 004a9467b4ec477d7a9125d53a730fa88004fd53 added identify function to make relato work again diff -r 004a9467b4ec -r 4caec1a85233 client/digitallibrary/baselib.js --- 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);