t4t5/sweetalert

Extra Line ???

Open

#691 geöffnet am 3. Mai 2017

Auf GitHub ansehen
 (4 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (22.338 Stars) (2.946 Forks)batch import
help wanted

Beschreibung

swal({ title: "Ajax request example", text: "Submit to run ajax request", type: "info", showCancelButton: true, closeOnConfirm: false, showLoaderOnConfirm: true, }, function(){ swal("Ajax request finished!"); }); When I write code like this. These has two extra lines. See this image image

I think Second Alert' size is less than FirstAlert's.

Please fix this issues

Contributor Guide