Last modified: 2014-02-12 23:53:19 UTC
The first page load after tapping the link will show the same state. It isn't until you reload that it works correctly
We should also turn these from links into a post as this GET is not a safe method: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.1.1 This might also resolve the reloading problem as I guess this is caching related..
(In reply to comment #1) > We should also turn these from links into a post as this GET is not a safe > method: > http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.1.1 > > This might also resolve the reloading problem as I guess this is caching > related.. Fixed committed in Change Ic6ebe2cb:: https://gerrit.wikimedia.org/r/#change,5771