Ignore:
Timestamp:
11/25/15 13:01:31 (9 years ago)
Author:
mateusz.zoltak@oeaw.ac.at
Message:

Bunch of fixes making it easy to deploy a working instance:

  • JS libraries names in the repo now agree with URLs in src/web/index.html
  • sample data added - now data list and locations agree with the list set up in src/web/scripts/config.js
  • src/web/get.php generates allow-origin headers so you can query it with AJAX
  • static pages (examples, userdoc) added (copied from the clarin instance)
  • few fixes in smc.graph.js (most notably it can again read old graph jsons in which nodes in links are denoted by index and not by id)

(Probably) the last SVN commit, we are switching to git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMC/trunk/SMC/src/web/scripts/js/jquery/jquery.layout-1.3.0.rc29.12.js

    r2438 r6846  
    14301430
    14311431                                if ($C.is(":visible") && $C.innerHeight() < 2){
    1432                                         alert( lang.errContainerHeight.replace(/CONTAINER/, sC.ref) );
     1432                                        console.log( lang.errContainerHeight.replace(/CONTAINER/, sC.ref) );
    14331433                                }
    14341434
     
    17561756
    17571757                if ($Container.innerHeight() < 2){
    1758                         alert( lang.errContainerHeight.replace(/CONTAINER/, sC.ref) );
     1758                        console.log( lang.errContainerHeight.replace(/CONTAINER/, sC.ref) );
    17591759                }
    17601760               
Note: See TracChangeset for help on using the changeset viewer.