From 921f3a2eeeca9be23cb006a31b6d6f71e186374a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 27 Mar 2009 03:43:21 +0000 Subject: Put csrf token into Admin_View and Theme_View by default, then use it directly wherever possible instead of access::csrf_token(). --- core/views/admin_graphics.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/admin_graphics.html.php') diff --git a/core/views/admin_graphics.html.php b/core/views/admin_graphics.html.php index add88b16..08374471 100644 --- a/core/views/admin_graphics.html.php +++ b/core/views/admin_graphics.html.php @@ -3,7 +3,7 @@ $(document).ready(function() { select_toolkit = function(el) { if (!$(this).hasClass("gUnavailable")) { - window.location = '' + window.location = '' .replace("__TK__", $(this).attr("id")); } }; -- cgit v1.2.3