Kaynağa Gözat

Remove race condition waiting for proper event instead of fixed time.

pull/77/head
Lapo Luchini 10 yıl önce
ebeveyn
işleme
259d699551
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      pinry/static/js/pin-form.js

+ 2
- 2
pinry/static/js/pin-form.js Dosyayı Görüntüle

@@ -48,9 +48,9 @@ $(window).load(function() {

function dismissModal(modal) {
modal.modal('hide');
setTimeout(function() {
modal.on('hidden.bs.modal', function() {
modal.remove();
}, 200);
});
}
// End Helper Functions



Yükleniyor…
İptal
Kaydet