Closed (won't fix)
Project:
Rubik
Version:
6.x-3.0-beta2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2011 at 05:20 UTC
Updated:
27 Sep 2015 at 09:27 UTC
Jump to comment: Most recent
Comments
Comment #1
grahlYou can call the click function in Javascript with click(), crude but effective. I use this on node adding and editing pages:
if ( window.location.href.indexOf("node/add/") >= 0 ||
(window.location.href.indexOf("node/") >= 0 && window.location.href.indexOf("/edit") >= 0 )) {
$('#help-toggler').click();
}
Comment #2
aramboyajyan commentedAll old and outdated
6.xissues are being closed.Maintainer support will be provided only for major / blocking issues.
If you feel like this issue should be re-opened, feel free to do so.
Thanks!