Move spectrum file around a bit, call spetrum on field type

This commit is contained in:
Jay Wood
2016-09-30 14:08:27 -04:00
parent 2a6f52fb16
commit ecb81f4d3a
3 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ window.cwv2Admin = {};
window: $(window),
imgUploadBtn: $( '.upload_image_button' ),
select2Objects: $( '.cwv2_select2' ),
colorSelectors: $( '.color_select' ),
};
};
@ -27,6 +28,7 @@ window.cwv2Admin = {};
app.windowLoad = function() {
app.$c.select2Objects.select2();
app.$c.colorSelectors.spectrum();
};
// Do we meet the requirements?