Skip to content

Commit

Permalink
Merge pull request #6 from cinemascience/cleanup
Browse files Browse the repository at this point in the history
Cleaning up merge of all viewers
  • Loading branch information
dhrogers authored Apr 6, 2022
2 parents cb4df76 + a962710 commit 3aa987f
Show file tree
Hide file tree
Showing 35 changed files with 6,207 additions and 354 deletions.
5 changes: 4 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#
# it does nothing but report the version number

Version = "2.2"

def version():
return Version

Version = "2.0"

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var currentDb;
//whether or not the currentDb has extra axis ordering data
var hasAxisOrdering = false;
//this can be overriden with HTTP params
var databaseList = 'cinema/explorer/2.0/databases.json';
var databaseList = 'cinema/explorer/2.2/databases.json';
var databaseListType = 'json';

var loaded = false;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3aa987f

Please sign in to comment.