update
This commit is contained in:
@@ -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+'">';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user