Current Directory: /home/astoriaah/www/old15/plugins/editors/rokpad/assets/admin/js
Viewing File: /home/astoriaah/www/old15/plugins/editors/rokpad/assets/admin/js/RokPad.js
/*
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2014 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
(function(){var a=this.RokPad={init:function(){a.fixOverflow();},fixOverflow:function(){var c=document.getElement(".rokpad-break"),b;if(c){b=c.getParent(".pane-slider");
}if(b){b.setStyle("overflow","visible");}}};window.addEvent("load",a.init);})();