Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2019 at 16:26 UTC
Updated:
10 Feb 2021 at 19:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sgdev commentedThis patch still applies cleanly to 7.x-1.17.
Comment #3
joelpittetI was about to commit this @ron_s but noticed some semi-colons at the bottoms of the scripts around for example
Drupal.behaviors.CToolsColorSettings = {..}injs/stylizer.jsAny reason for the omission for these? I was going to fix on commit but maybe there was a reason for that...
Comment #4
joelpittetHere's the additional ones, I'm committing this all to dev thanks @ron_s
Comment #6
joelpittetComment #7
sgdev commentedHello, sorry I never responded to your previous message. The only reason for the omission is they are technically considered unnecessary since they are followed by the end of the jQuery function. For sake of completeness it's certainly fine to include them too.
Thanks for your help!
Comment #8
joelpittetNo worries, I kinda guessed that was the case. Thank you for the patch @ron_s