📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
assets
/
node_modules
/
jquery-wizard-master
/
src
📝
util.js
← Geri Dön
import Support from './support'; export function emulateTransitionEnd ($el, duration) { 'use strict'; let called = false; $el.one(Support.transition.end, () => { called = true; }); const callback = () => { if (!called) { $el.trigger(Support.transition.end); } }; setTimeout(callback, duration); };
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula