- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
request.done(function(data){
if (data){
<...много кода с кучей вложенных if else ..>
noty({type: "success", text: 'Заказ взят с биржи'});
setTimeout(location.reload(), 2000);
}
} else if (data.error) {
console.log(data);
noty({type: "error", text: data.error["message"]});
}
});
Lure Of Chaos 04.12.2014 11:51 # 0
Анонимус 04.12.2014 22:40 # 0
1024-- 04.12.2014 23:09 # 0
guest 07.12.2014 03:00 # 0