Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TranslatableType #10704

Merged
merged 12 commits into from Oct 3, 2018
Expand Up @@ -31,7 +31,7 @@ class TranslatableInput {

this.localeItemSelector = options.localeItemSelector || '.js-locale-item';
this.localeButtonSelector = options.localeButtonSelector || '.js-locale-btn';
this.localeInputSelector = options.localeInputSelector || 'input.js-locale-input';
this.localeInputSelector = options.localeInputSelector || '.js-locale-input';

$('body').on('click', this.localeItemSelector, this.toggleInputs.bind(this));
}
Expand Down
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/invoices.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.