Sha256: a5e5954afd1a647672522bcba4a339832b4c00cf9dce4ec53e53322762172474
Contents?: true
Size: 670 Bytes
Versions: 5
Compression:
Stored size: 670 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 handleBootstrapWysihtml5 = function () { "use strict"; $('#wysihtml5').wysihtml5(); }; var FormWysihtml = function () { "use strict"; return { //main function init: function () { handleBootstrapWysihtml5(); } }; }(); $(document).ready(function() { FormWysihtml.init(); $(document).on('theme-change', function() { $('.wysihtml5-sandbox, input[name="_wysihtml5_mode"], .wysihtml5-toolbar').remove(); $('#wysihtml5').show(); handleBootstrapWysihtml5(); }); });
Version data entries
5 entries across 5 versions & 1 rubygems