/[openfoncier]/trunk/app/js/script.js
ViewVC logotype

Diff of /trunk/app/js/script.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2198 by nhaye, Fri Aug 30 09:59:33 2013 UTC revision 2200 by softime, Fri Aug 30 11:12:08 2013 UTC
# Line 2356  function geolocalisation_treatment(id, f Line 2356  function geolocalisation_treatment(id, f
2356  }  }
2357    
2358  /**  /**
2359     * Efface le message en haut du formulaire
2360     * @param array res Résultat après le traitement du script PHP
2361     */
2362    function set_geolocalisation_message(res) {
2363        $('#geolocalisation-message').remove();
2364    }
2365    
2366    /**
2367   * Met à jour le champ centroïde à jour   * Met à jour le champ centroïde à jour
2368   * @param  array   res  Résultat après le traitement du script PHP   * @param  array   res  Résultat après le traitement du script PHP
2369   */   */
# Line 2373  function set_geolocalisation_contrainte( Line 2381  function set_geolocalisation_contrainte(
2381    
2382  /**  /**
2383   * Redirige vers ElyxWeb   * Redirige vers ElyxWeb
2384   * @param  {[type]} res [description]   * @param array res Résultat après le traitement du script PHP
  * @return {[type]}     [description]  
2385   */   */
2386  function redirection_elyxweb(res) {  function redirection_elyxweb(res) {
2387      window.open(res['return']);      window.open(res['return']);

Legend:
Removed from v.2198  
changed lines
  Added in v.2200

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26