1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

URLs can now be opened.

This commit is contained in:
Simo Kinnunen 2014-04-21 20:36:32 +09:00
parent 71bf2fd131
commit 33d2862704
6 changed files with 77 additions and 44 deletions

View file

@ -45,7 +45,7 @@ var wireutil = {
source
, seq++
, true
, data
, data || 'success'
, body ? JSON.stringify(body) : null
))
}
@ -54,7 +54,7 @@ var wireutil = {
source
, seq++
, false
, data
, data || 'fail'
))
}
, progress: function(data, progress) {