Mercurial > hg > isophonics-drupal-site
annotate core/modules/contextual/contextual.post_update.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
rev | line source |
---|---|
Chris@17 | 1 <?php |
Chris@17 | 2 |
Chris@17 | 3 /** |
Chris@17 | 4 * @file |
Chris@17 | 5 * Post update functions for Contextual Links. |
Chris@17 | 6 */ |
Chris@17 | 7 |
Chris@17 | 8 /** |
Chris@17 | 9 * Ensure new page loads use the updated JS and get the updated markup. |
Chris@17 | 10 */ |
Chris@17 | 11 function contextual_post_update_fixed_endpoint_and_markup() { |
Chris@17 | 12 // Empty update to trigger a change to css_js_query_string and invalidate |
Chris@17 | 13 // cached markup. |
Chris@17 | 14 } |