projects
/
project/omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
58ee185
)
Removed javascript:void on the grid toggle button.
author
Sebastian Siemssen
Tue, 7 Jun 2011 21:43:17 +0000 (23:43 +0200)
committer
Sebastian Siemssen
Tue, 7 Jun 2011 21:43:17 +0000 (23:43 +0200)
alpha/js/alpha-debug.js
patch
|
blob
|
blame
|
history
alpha/template.php
patch
|
blob
|
blame
|
history
diff --git
a/alpha/js/alpha-debug.js
b/alpha/js/alpha-debug.js
index
af3ef34
..
63ab11b
100644
(file)
--- a/
alpha/js/alpha-debug.js
+++ b/
alpha/js/alpha-debug.js
@@
-13,6
+13,8
@@
$(button).removeClass('alpha-grid-toggle-active').addClass('alpha-grid-toggle-inactive');
$('body').removeClass('alpha-grid-debug');
}
+
+ return false;
});
});
})(jQuery);
\ No newline at end of file
diff --git
a/alpha/template.php
b/alpha/template.php
index
1172182
..
85bed1e
100644
(file)
--- a/
alpha/template.php
+++ b/
alpha/template.php
@@
-136,7
+136,7
@@
function alpha_page_alter(&$vars) {
$vars['page_bottom']['alpha_grid_toggle'] = array(
'#type' => 'markup',
- '#markup' => '<a class="' . $class . '" href="javascript:void"></a>',
+ '#markup' => '<a class="' . $class . '" href="#"></a>',
);
}
}