Changeset 2243
- Timestamp:
- May 31, 2012, 7:17:43 PM (11 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BuildConfig.groovy
r2242 r2243 66 66 compile ':ajaxflow:0.2.1' 67 67 compile ':crypto:2.0' 68 compile ':spring-security-core:1. 1.2'68 compile ':spring-security-core:1.2.7.3' 69 69 compile(':gdt:0.2.2') { 70 70 // disable plugin dependency transition because it's horribly broken … … 85 85 compile ':webflow:1.3.7' 86 86 87 runtime ':grails-melody:1.13' 88 89 87 runtime ':grails-melody:1.11' 90 88 } 91 89 } -
trunk/grails-app/views/studyCompare/pages/_page_one.gsp
r2237 r2243 34 34 35 35 // fetch matched studies 36 $('#studyOverview').html('') .addClass('waitForLoad');//.removeClass('waitForLoad');36 $('#studyOverview').html(''); 37 37 $('#matchedStudies').html('').addClass('waitForLoad'); 38 38 $.getJSON( … … 48 48 studies = studies + data.studies[i] + '<br/>'; 49 49 } 50 $('#studyOverview'). removeClass('waitForLoad').html(studies);50 $('#studyOverview').html(studies); 51 51 52 52 // (un)mark property checkboxes
Note: See TracChangeset
for help on using the changeset viewer.