Newer
Older
WebMCR / upload / themes / default / js / profile.js
@Qexy Qexy on 3 May 2015 147 bytes WebMCR_Reloaded_Alpha_v1.0.0
$(function(){
	$('.file-inputs').bootstrapFileInput();

	$(".skin-uploader, .cloak-uploader").on("change", function(){
		$(this).submit();
	});
});