CmsKit - Remove unnecessarydebugger at updateModal.js

pull/8226/head
enisn 5 years ago
parent 26dd422a27
commit ad1576b032

@ -2,7 +2,7 @@
$(function () {
abp.modals.updateBlog = function () {
var initModal = function (publicApi, args) {
debugger;
var $slug = $('#ViewModel_Slug');
$slug.on('change', function () {

Loading…
Cancel
Save