From d804257a4663770fbff56bca458e771a8fb9b735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6ckelmann?= <marcus.poeckelmann@informatik.uni-halle.de> Date: Fri, 30 Apr 2021 22:11:06 +0200 Subject: [PATCH] added version request --- catview.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catview.js b/catview.js index 3783800..6eac6e3 100644 --- a/catview.js +++ b/catview.js @@ -32,6 +32,8 @@ var CATview = new function() { if(CATview.debug) console.log('CATview.initialize'); + CATview.version = '1.0'; + // id of the parent container that will include CATview CATview.parent_id = 'CATview'; @@ -1049,4 +1051,4 @@ var CATview = new function() { // - evtl. referenzierung der libs in catview.js und css // - function to reset all data // - debug toggle in usage dokumentieren -}; \ No newline at end of file +}; -- GitLab