summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-23 16:07:05 -0800
committerBharat Mediratta <bharat@menalto.com>2013-02-23 16:07:05 -0800
commit0a957c293f7b0143381e2f308cb1f30554690c24 (patch)
treecf1cf0202be395993714460e4d015487ea65f0c7 /modules
parentd811d63c51dc79aaa06942778ce8afb1c89dbc28 (diff)
parentb52a533a0f1b145f675a920a18b367d3767731d7 (diff)
Merge pull request #160 from shadlaws/fix_2014
#2014 - Clean up gallery.ajax.js.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/views/menu_ajax_link.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/menu_ajax_link.html.php b/modules/gallery/views/menu_ajax_link.html.php
index 06cd6f92..66df84c9 100644
--- a/modules/gallery/views/menu_ajax_link.html.php
+++ b/modules/gallery/views/menu_ajax_link.html.php
@@ -4,7 +4,7 @@
class="g-ajax-link <?= $menu->css_class ?>"
href="<?= $menu->url ?>"
title="<?= $menu->label->for_html_attr() ?>"
- ajax_handler="<?= $menu->ajax_handler ?>">
+ data-ajax-handler="<?= $menu->ajax_handler ?>">
<?= $menu->label->for_html() ?>
</a>
</li>