You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
669 B
6 lines
669 B
/*!
|
|
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
|
|
* Copyright 2018 PIXINVENT
|
|
* Licensed under the Themeforest Standard Licenses
|
|
*/
|
|
!function(window,document,$){"use strict";var edit=function(){$(".summernote-edit").summernote({focus:!0})},save=function(){$(".summernote-edit").summernote("code");$(".summernote-edit").summernote("destroy")};document.getElementById("edit").onclick=function(){edit()},document.getElementById("save").onclick=function(){save()},$(".summernote").summernote(),$(".summernote-air").summernote({airMode:!0}),$(".summernote-code").summernote({height:350,codemirror:{theme:"monokai"}})}(window,document,jQuery); |