Hizo

Results 11 comments of Hizo

I done this : **css file :** ``` .jconfirm .jconfirm-holder { max-height: 100%; padding: 50px 0; } ``` => ``` .jconfirm .jconfirm-holder { max-height: 100%; } ```   **js file...

You can try this if you don't use the tabIndex attribut: ``` $("*").attr("tabindex", "-1"); Jquery-confirm command... $("*").removeAttr("tabindex"); ``` or change the jquery-confirm.js: Add: ``` if(this.NoTabAction) $("*").attr("tabindex", "-1"); ``` After: ```...

Hi, I would like same thing :) Thank you for this great jquery !

2 solutions: 1) css file `.NoUpperCase { text-transform: none !important; }` jquery file: ``` $.alert( { title: "test", content: "test", buttons: { OK: { text: "test", btnClass: 'btn-green NoUpperCase' }...

+1 for sharing

No information in the log : ``` ... [C] >f.st...... home/hizoka/Scripts_et_logiciels/scripts/Gladys/PCTemp.log [E] 'rsync' s'est terminé avec le code retour 23: Voir 'man rsync' pour plus de details ``` Just the...

Which file systems are you using on the source and target side (and which mount options - use mount to find out the actual mount options)? => ext4 to ext4...

>The mount seems OK and more surprisingly the source and target are on the same mount so that I would not expect permission problems. If error 23 still occurs then...

I understand, these are the folders: /home/hizoka/.conf/discord /home/hizoka/.mozzila /home/hizoka/.thunderbird without them, no more error messages. Thank you !