Posted by Jelle_S on August 12, 2011 at 12:34pm
3 followers
| Project: | Admin message |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
I'm working on a D7 port of this module. Patch coming
Comments
#1
Patch to go from 6.x-1.x-dev to a Drupal 7 version attached
#2
+++ b/admin_message.jsundefined@@ -1,13 +1,11 @@
+ $("#block-admin-message-admin-message a.admin-message-close").click(function() {
give the 'event' parameter to the function
+++ b/admin_message.jsundefined@@ -1,13 +1,11 @@
return false;
event.preventDeafault() rather than return false
fixed in attached patch
#3
drupal_add_js and drupal_add_css api changes...
#4
sandbox for D7 created at http://drupal.org/sandbox/jelles/1254090