Closed (fixed)
Project:
Hide submit button
Version:
7.x-2.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2015 at 10:01 UTC
Updated:
22 Dec 2015 at 09:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
threyes commentedi have the same problem.
Comment #3
gregglesThat seems bad. Thanks for filing the bug. I wonder which commit introduced the problem. Did you try running git bisect to find out? Does this happen on a fresh install?
Comment #4
gregglesI think I found the bug. The settings are now at Drupal.settings.hide_submit.hide_submit_hide_css but the javascript expects them at Drupal.settings.hide_submit_hide_css
Patch coming soon.
Comment #5
gregglesComment #7
gregglesI decided to commit/push this without review since this bug is pretty important.
If there's a problem with the patch it can be fixed in a followup.
Can either of you please comment to confirm this solves the problem for you? Then I'll roll a new release.
Comment #8
gregglesThis change is now in https://www.drupal.org/node/1814708 if you jus twant to download the latest tarball.
Comment #9
roball commentedThank you @greggles, your patch from #5 perfectly solved the problem.