It shouldn't .. but from your description sounds as the javascript-onclick handler doesn't work on the second click (which would do a page reload).
if you use chrome, firefox or safari .. can you open the "developer tools" and check if they report any javascript error? which would explain why .. BTW: You don't have to use that button in the meantime .. just refresh the page (that is exactly what the button does). sure, it should work, but shouldn't stop you from refreshing the page :) - Stefan On Wednesday, August 7, 2013 at 3:00 PM, Dmitry Kan wrote: > On the first click the values are refreshed. On the second click the page > gets redirected: > > from: http://localhost:8983/solr/#/statements/plugins/cache > to: http://localhost:8983/solr/#/ > > Is this intentional? > > Regards, > > Dmitry