use strict
This commit is contained in:
parent
fcbb3ccc58
commit
88d6c63263
180 changed files with 190 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
Dashboard.confirm = function (message, title, callback) {
|
||||
'use strict';
|
||||
|
||||
require(['confirm'], function (confirm) {
|
||||
|
||||
confirm(message, title).then(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue