Changeset 1288766
- Timestamp:
- 11/18/2015 02:28:58 PM (10 years ago)
- Location:
- genoo/trunk
- Files:
-
- 5 edited
-
Genoo.php (modified) (1 diff)
-
GenooInit.php (modified) (1 diff)
-
assets/GenooFrontend.css (modified) (1 diff)
-
assets/GenooFrontend.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/Genoo.php
r1287280 r1288766 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 3.0. 58 Version: 3.0.6 9 9 License: GPLv2 10 10 Text Domain: genoo -
genoo/trunk/GenooInit.php
r1280451 r1288766 53 53 define('GENOO_CACHE', GENOO_ROOT . 'cache' . DIRECTORY_SEPARATOR); 54 54 define('GENOO_DEBUG', get_option('genooDebug')); 55 define('GENOO_REFRESH', sha1('added-sugar-with-pop-over '));55 define('GENOO_REFRESH', sha1('added-sugar-with-pop-over-fix-js')); 56 56 define('GENOO_DOMAIN', '//api.genoo.com'); 57 57 // start the engine last file to require, rest is auto -
genoo/trunk/assets/GenooFrontend.css
r1287280 r1288766 531 531 body #genooOverlay { background: none !important; position: absolute; } 532 532 } 533 534 @media all and (max-width: 385px) 535 { 536 .genooModal { width: 100% !important; left: 0; margin-left: 0; } 537 } -
genoo/trunk/assets/GenooFrontend.js
r1287280 r1288766 364 364 modalOverlay.style.display = 'none'; 365 365 Tool.removeAllClassOf('genooOverlay', 'visible'); 366 Tool.removeClass(document.body, 'genooModalOpen'); 366 367 } 367 368 }); -
genoo/trunk/readme.txt
r1287280 r1288766 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 3.0. 58 Stable tag: 3.0.6 9 9 10 10 Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
Note: See TracChangeset
for help on using the changeset viewer.