Closed (fixed)
Project:
Node.js integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
12 Nov 2011 at 17:20 UTC
Updated:
14 Nov 2011 at 04:26 UTC
Jump to comment: Most recent
I've managed to figure out the reason for this and wish to inform the project maintainer's and programmers that there's a small issue with the jGrowl Notification.
There's something thats changed in drupal6.x version of jGrowl library. Please do update the library with the drupal 7 version's library. It seems to work now.
Comments
Comment #1
julien commentedCan you be more descriptive? like your versions for example, because it has seems to work for me with the version included.
I'm confused. I don't understand where you see a difference, as they are both on 6.x-1.x-dev and 7.x-1.x-dev, a version of 1.2.5
Comment #2
Anonymous (not verified) commentedComment #3
julien commentedMade a diff on the jgrowl libraries files on both version and i can see no difference.
Comment #4
evvolutions commentedI found that the codes for javascript file in nodejs.notify.js in nodejs-6.x-1.x-dev as below.
and in the same file in version nodejs-7.x-1.0-beta6 as shown below.
I noticed this change and replaced all the javascript files of (library and nodejs.notify.js) in nodejs_notify module and jGrowl notification worked.
Comment #5
julien commentedThank you, the nodejs_notify.js file have been updated and commited here: http://drupalcode.org/project/nodejs.git/commit/d38ef11
Comment #6
evvolutions commented