This commit is contained in:
flaskfarm
2022-10-19 16:40:29 +09:00
parent 97b1f6bf48
commit c146e03cf1
26 changed files with 965 additions and 246 deletions

View File

@@ -53,7 +53,7 @@ $.notify({
},
offset: 20,
spacing: 10,
z_index: 1031,
z_index: 3000,
delay: 10000,
timer: 1000,
url_target: '_blank',
@@ -81,7 +81,7 @@ $.notify({
function notify(msg, type) {
$.notify('<strong>' + msg + '</strong>', {type: type});
$.notify('<strong>' + msg + '</strong>', {type: type, z_index: 3000});
}
// 메뉴 제거
@@ -289,8 +289,8 @@ $.extend(
{
var form = '';
$.each( args, function( key, value ) {
//console.log(key);
//console.log(value);
console.log(key);
console.log(value);
value = value.split('"').join('\"')
form += '<input type="hidden" name="'+key+'" value="'+value+'">';
});