Closed (fixed)
Project:
SaveGuard
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2011 at 05:03 UTC
Updated:
27 Jan 2012 at 02:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
aren cambre commented[deleting incorrect comment]
Comment #2
BasM commentedHaving the same error, using different modules though.
I'm not that used to debugging/scripting but i'd like to see some improvements and will help where i can.
anyone have an idea what causes this issue?
Comment #3
kojis commentedHi there,
This resolved it for me, around line 59 of the saveguard.module:
drupal_add_js($settings, array('type' => array('type' => 'setting'), 'scope' => JS_DEFAULT));
Change to:
drupal_add_js($settings, array('type' => 'setting', 'scope' => 'header', 'group' => JS_DEFAULT));
See attached patch.
Comment #4
deekayen commentedcommitted