Software: Microsoft-IIS/10.0. PHP/7.4.33 uname -a: Windows NT LAKE 10.0 build 20348 (Windows Server 2016) AMD64 IWPD_801(traduongco) Safe-mode: OFF (not secure) D:\vhosts\traduong.com.vn\admin.traduong.com.vn\Content\js\ drwxrwxrwx | |
| Viewing file: Select action/file-type: //https://notifyjs.jpillora.com/
function msg_success(msg, _elemetId = "", _position = "bottom") {
if (_elemetId != null && _elemetId != "") {
$(`#${_elemetId}`).notify(msg, { position: _position, className: "success" });
}
else {
$.notify(msg, { position: _position, className: "success" });
}
};
function msg_info(msg, _elemetId = "", _position = "bottom") {
if (_elemetId != null && _elemetId != "") {
$(`#${_elemetId}`).notify(msg, { position: _position, className: "info" });
}
else {
$.notify(msg, { position: _position, className: "info" });
}
};
function msg_warning(msg, _elemetId = "", _position = "bottom") {
if (_elemetId != null && _elemetId != "") {
$(`#${_elemetId}`).notify(msg, { position: _position, className: "warn" });
}
else {
$.notify(msg, { position: _position, className: "warn" });
}
};
function msg_error(msg, _elemetId = "", _position = "bottom") {
if (_elemetId != null && _elemetId != "") {
$(`#${_elemetId}`).notify(msg, { position: _position, className: "error" });
}
else {
$.notify(msg, { position: _position, className: "error" });
}
};
function success(msg) {
msg_success(msg, _elemetId = "", _position = "top-right");
};
function error(msg) {
msg_error(msg, _elemetId = "", _position = "top-right");
};
function warning(msg) {
msg_warning(msg, _elemetId = "", _position = "top-right");
};
function cnoty(data, layout = "top-right") {
$.notify(data[1], { position: layout, className: data[0] ? "success":"error" });
return data[0];
}
|
:: Command execute :: | |
--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.8498 ]-- |