diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 01:47:42 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-06 01:47:42 +0000 |
commit | c1660423133e072ca123d62040bc1a09e642378d (patch) | |
tree | 726963a5ae046c362d1566bc9c663712e18dab73 /core/js/fullsize.js | |
parent | 04fe9da19036a657aeeee11f6c3641f98a345323 (diff) |
Apply default link styles to links in dialogs, including the Forgot Password link.
Diffstat (limited to 'core/js/fullsize.js')
-rw-r--r-- | core/js/fullsize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/fullsize.js b/core/js/fullsize.js index f6b586ae..9092dc30 100644 --- a/core/js/fullsize.js +++ b/core/js/fullsize.js @@ -2,7 +2,7 @@ * @todo Move inline CSS out to external style sheet (theme style sheet) */ $(document).ready(function() { - $("#gFullsizeLink").click(function() { + $(".gFullSizeLink").click(function() { var width = $(document).width(); var height = $(document).height(); |