reduce use of paper-checkbox

This commit is contained in:
Luke Pulverenti 2016-08-25 13:06:30 -04:00
parent 18966acf72
commit c91d483075
2 changed files with 24 additions and 22 deletions

View file

@ -1,4 +1,4 @@
define(['jQuery'], function ($) {
define(['jQuery', 'fnchecked'], function ($) {
function load(page, config, allCultures, allCountries) {
if (!config || !allCultures || !allCountries) {