This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
pinry
огледало од
https://github.com/pinry/pinry.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
44
Вики
Activity
Преглед изворни кода
Merge pull request
#77
from lapo-luchini/fix_modal
Remove race condition waiting for proper event instead of fixed time
pull/82/head
Isaac Bythewood
пре 10 година
родитељ
355084daeb
259d699551
комит
c1ea33bae0
1 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
pinry/static/js/pin-form.js
+ 2
- 2
pinry/static/js/pin-form.js
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај