PHP Classes

File: src/Installer/skins/js/review.js.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Installer/skins/js/review.js.twig   Download  
File: src/Installer/skins/js/review.js.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 336 bytes
 

Contents

Class file image Download
$("#fullConfig").hide(); $("#hideConfig").hide(); function showFullConfig() { $("#fullConfig").show(200); $("#hideConfig").show(200); $("#showConfig").hide(200); } function hideFullConfig() { $("#fullConfig").hide(200); $("#hideConfig").hide(200); $("#showConfig").show(200); } {% include "js/cabins.js.twig" %}