# HG changeset patch # User luginbue # Date 1092268147 -7200 # Node ID 75c427dc79f4ff142f4537d03f84a7b5d55bf25a # Parent 71c51fb57ce11683ac4d547fc167a30c369a95fe added identify function to make relato work again diff -r 71c51fb57ce1 -r 75c427dc79f4 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);