restore composer.json, add mysqli extension
This commit is contained in:
1
public/vendor/dashboard/app-assets/js/scripts/modal/components-modal.min.js
vendored
Executable file
1
public/vendor/dashboard/app-assets/js/scripts/modal/components-modal.min.js
vendored
Executable file
@@ -0,0 +1 @@
|
||||
!function(n,o,e){"use strict";e("#onshowbtn").on("click",function(){e("#onshow").on("show.bs.modal",function(){alert("onShow event fired.")})}),e("#onshownbtn").on("click",function(){e("#onshown").on("shown.bs.modal",function(){alert("onShown event fired.")})}),e("#onhidebtn").on("click",function(){e("#onhide").on("hide.bs.modal",function(){alert("onHide event fired.")})}),e("#onhiddenbtn").on("click",function(){e("#onhidden").on("hidden.bs.modal",function(){alert("onHidden event fired.")})})}(window,document,jQuery);
|
||||
Reference in New Issue
Block a user