From c1660423133e072ca123d62040bc1a09e642378d Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 6 Feb 2009 01:47:42 +0000 Subject: Apply default link styles to links in dialogs, including the Forgot Password link. --- core/js/fullsize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/fullsize.js') 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(); -- cgit v1.2.3