Closed infrastructureaxolotl closed 11 months ago
These variable declarations don't work in the context of a popped out browser window without this revision:
primaryAttributeRef = $('select[name="system.rollInfo.attributes.primary.value"]').val(); secondaryAttributeRef = $('select[name="system.rollInfo.attributes.secondary.value"]').val();
Revision:
primaryAttributeRef = $(this.form).find('select[name="system.rollInfo.attributes.primary.value"]').val(); secondaryAttributeRef = $(this.form).find('select[name="system.rollInfo.attributes.secondary.value"]').val();
These variable declarations don't work in the context of a popped out browser window without this revision:
Revision: