Skip to content

Commit 1a52c8b

Browse files
committed
Fixed typo in config for #2865 / AtlasOfLivingAustralia/ecodatda-client-plugin#192
1 parent acb29b4 commit 1a52c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/views/activity/activityReport.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
useGoogleBaseMap: ${grails.util.Environment.current == grails.util.Environment.PRODUCTION},
3838
unlockActivityUrl: "${createLink(controller:'activity', action:'ajaxUnlock')}/<fc:currentUserId/>",
3939
projectTargetsAndScoresUrl: "${createLink(controller:'project', action:'targetsAndScoresForActivity', id:activity.projectId, params:[activityId:activity.activityId])}",
40-
initialScrollPositionDelay: "${grailsApplication.config.getProperty('reports.initialScrollPositionDelay')} ?: '1000'"
40+
initialScrollPositionDelay: "${grailsApplication.config.getProperty('reports.initialScrollPositionDelay') ?: 1000}"
4141
},
4242
here = document.location.href;
4343
</script>

0 commit comments

Comments
 (0)