| Current Path : /home/s/u/n/sunflowe/www2/vacancesfloride/libraries/gantry/js/ |
| Current File : /home/s/u/n/sunflowe/www2/vacancesfloride/libraries/gantry/js/gantry-totop.js |
/*
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
window.addEvent("domready",function(){var b=document.id("gantry-totop");if(b){var a=new Fx.Scroll(window);b.setStyle("outline","none").addEvent("click",function(c){c.stop();
a.toTop();});}});