Sha256: 8c2ff5d1a1805038b6c05e51d1f830b39c45f8d6d33c3e9a356ee0cc3012c444

Contents?: true

Size: 645 Bytes

Versions: 5

Compression:

Stored size: 645 Bytes

Contents

/*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 5
Version: 5.1.5
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin/
*/

var ProductDetails = function () {
	"use strict";
	return {
		//main function
		init: function () {
			$('#wysihtml5').wysihtml5();
			$("#tag-size, #tag-color, #tag-material, #tags").tagit();
		}
	};
}();

$(document).ready(function() {
	ProductDetails.init();
  
  $(document).on('theme-change', function() {
		$('.wysihtml5-sandbox, input[name="_wysihtml5_mode"], .wysihtml5-toolbar').remove();
		$('#wysihtml5').show();
		$('#wysihtml5').wysihtml5();
	});
});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcthemes_admin_panel_pack-7.0.0 app/assets/dist/themes/coloradmin/js/demo/product-details.demo.js
phcthemes_admin_panel_pack-6.0.3 app/assets/dist/themes/coloradmin/js/demo/product-details.demo.js
phcthemes_admin_panel_pack-6.0.2 app/assets/dist/themes/coloradmin/js/demo/product-details.demo.js
phcthemes_admin_panel_pack-6.0.1 app/assets/dist/themes/coloradmin/js/demo/product-details.demo.js
phcthemes_admin_panel_pack-6.0.0 app/assets/dist/themes/coloradmin/js/demo/product-details.demo.js