mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created settings sections system.
This commit is contained in:
19
assets/js/pages/settings/sections/general.js
Normal file
19
assets/js/pages/settings/sections/general.js
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Settings general section
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
ComunicWeb.pages.settings.sections.general = {
|
||||
|
||||
/**
|
||||
* Open settings section
|
||||
*
|
||||
* @param {object} args Additionnal arguments
|
||||
* @param {HTMLElement} target The target for the page
|
||||
*/
|
||||
open: function(args, target){
|
||||
alert("hey");
|
||||
}
|
||||
|
||||
};
|
Reference in New Issue
Block a user