Closed (fixed)
Project:
Radioactivity
Version:
7.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jan 2012 at 15:31 UTC
Updated:
13 Jan 2012 at 07:36 UTC
When I add the field to the display so it is visible I get this error on the node page:
TypeError: 'undefined' is not a function (evaluating '$.cookie('radioactivity_' + data['checksum'], null)')
See screenshot for more details.
What can cause this?
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.png | 76.79 KB | madeby |
Comments
Comment #1
madeby commentedJust wanted to add that I have set a default value on new content. Here I can see that the decay process is working and that it is loosing it's value over time.
It seems to be an error related to the JavaScript/ajax that is supposed to add "energy" upon node view.
Comment #2
neomenlo commentedI have observed that when a node is loaded by ajax the radioactivity field does not automatically increment.
Does content loaded normally work as expected for you?
Comment #3
tcmug commentedShould be fixed in lastest version in repo :)
(edit to add explanation)
This totally passed my checks since - for some reason - my dev drupal installation had the core jquery cookie library loaded by default. I added
and the problem is gone.
Comment #4
tcmug commentedClosing this