I hereby claim:
- I am nicolinuxfr on github.
- I am nicolasfurno (https://keybase.io/nicolasfurno) on keybase.
- I have a public key whose fingerprint is 14C5 6C57 4543 745F 9AD7 77A9 4AEE D6BE 09DD 7D2C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| -- Affichage d'une notification | |
| on notif(message) | |
| display notification message with title "Mises à jour Chrome" | |
| delay 1 | |
| end notif | |
| -- Lecture du paramètre actuel | |
| set majAuto to do shell script "defaults read com.google.Keystone.Agent checkInterval" as string | |
| -- Modification : si les mises à jour étaient coupées, alors les relancer. Et vice-versa. |
| Prenom NOM | |
| XX rue adresse | |
| XXXXX VILLE | |
| Free Mobile | |
| Service abonnés | |
| 75371 PARIS Cedex 08 | |
| Référence client : XXXXXXXX |
| var searchIndex = null; | |
| var results = []; | |
| jQuery(document).ready(function() { | |
| Search.getSearchIndex(); | |
| jQuery('#s').keyup(function() { | |
| // get search term | |
| var search_term = jQuery(this).val().toLowerCase(); | |
| // run the search | |
| Search.doSearch(search_term); |