Looks like I managed to break something. After playing around with macros the sheet macros don't work anymore. I havn't changed anything inside the sheet though. I just tinkered with the provided macros inside my own macros and executed them.
Uncaught Error: Syntax error, unrecognized expression: #sheet-rolltemplate-5e-shaped {{character_name=Shaddar
at Function.bc.error (jquery.1.8.2.min.js:2)
at bh (jquery.1.8.2.min.js:2)
at bp (jquery.1.8.2.min.js:2)
at bp (jquery.1.8.2.min.js:2)
at Function.bc [as find] (jquery.1.8.2.min.js:2)
at init.find (jquery.1.8.2.min.js:2)
at init (jquery.1.8.2.min.js:2)
at p (jquery.1.8.2.min.js:2)
at Object.d20.textchat.incoming (app.js:44)
at o (app.js:44)
Here is an example for a sheet macro that is executed but now throws the above error:
@{Shaddar|output_option} &{template:5e-shaped} {{character_name=@{Shaddar|character_name}}} @{Shaddar|show_character_name} {{title=Spear}} {{offense=1}} @{Shaddar|attacher_offense} @{Shaddar|hide_gm_info} {{@{Shaddar|shaped_d20}=1}} {{attack_type_macro=[Melee Weapon Attack:](~-KpdLEdWfW3kQ3vIn3xc|repeating_offense_-KpdmvU0ZWyJkc-Rp8ml_attack)}} {{has_attack_damage=1}} {{attack_damage_crit=[[1d6]]}} {{attack_damage=[[1d6[damage] + 4[dex]]]}} {{attack_damage_type=piercing}} {{has_attack_damage=1}} {{attack_damage_macro=[Hit:](~-KpdLEdWfW3kQ3vIn3xc|repeating_offense_-KpdmvU0ZWyJkc-Rp8ml_attack_damage)}} {{attack_damage_crit_macro=[Crit:](~-KpdLEdWfW3kQ3vIn3xc|repeating_offense_-KpdmvU0ZWyJkc-Rp8ml_attack_damage_crit)}} {{attack1=[[@{Shaddar|shaped_d20}@{Shaddar|d20_mod} + 2[proficient] + 4[dex]]]}} {{reach=5 ft.}}
None of the build in sheet macros seem to work now. Tried to reload the site and restarted the browser.
Thx, Kryx & Jakob for that clarification.
Edit: Just checked if the macros are still working in another session and they do. So I really broke something >.<
Edit2: Forgot to mention that now a sheet macro sometimes writes "{Bob" into the chat upon clicking it in addition to the error provided above which happens every time.