Changeset 2243


Ignore:
Timestamp:
May 31, 2012, 7:17:43 PM (11 years ago)
Author:
work@…
Message:
  • updated some plugins to their latest versions
  • removed ajax spinner from compare box (two spinners is a bit overkill)
Location:
trunk/grails-app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BuildConfig.groovy

    r2242 r2243  
    6666                compile ':ajaxflow:0.2.1'
    6767                compile ':crypto:2.0'
    68                 compile ':spring-security-core:1.1.2'
     68                compile ':spring-security-core:1.2.7.3'
    6969                compile(':gdt:0.2.2') {
    7070                        // disable plugin dependency transition because it's horribly broken
     
    8585                compile ':webflow:1.3.7'
    8686
    87                 runtime ':grails-melody:1.13'
    88 
    89 
     87                runtime ':grails-melody:1.11'
    9088        }
    9189}
  • trunk/grails-app/views/studyCompare/pages/_page_one.gsp

    r2237 r2243  
    3434
    3535        // fetch matched studies
    36         $('#studyOverview').html('').addClass('waitForLoad');//.removeClass('waitForLoad');
     36        $('#studyOverview').html('');
    3737    $('#matchedStudies').html('').addClass('waitForLoad');
    3838    $.getJSON(
     
    4848                                studies = studies + data.studies[i] + '<br/>';
    4949                        }
    50                         $('#studyOverview').removeClass('waitForLoad').html(studies);
     50                        $('#studyOverview').html(studies);
    5151
    5252            // (un)mark property checkboxes
Note: See TracChangeset for help on using the changeset viewer.