dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23928
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11666: Minor
------------------------------------------------------------
revno: 11666
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-08-14 17:57:22 +0200
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm 2012-06-19 03:52:43 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/paging/paging.vm 2013-08-14 15:57:22 +0000
@@ -72,5 +72,5 @@
</div>
<script>
-jQuery.cookie( "currentPage", ${currentPage} );
+#if( ${currentPage} )jQuery.cookie( "currentPage", ${currentPage} );#end
</script>