This commit is contained in:
19
assets/js/layouts/message_layout.js
Normal file
19
assets/js/layouts/message_layout.js
Normal file
@ -0,0 +1,19 @@
|
||||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Online Appointment Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @copyright Copyright (c) Alex Tselegidis
|
||||
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
|
||||
* @link https://easyappointments.org
|
||||
* @since v1.5.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Message layout.
|
||||
*
|
||||
* This module implements the message layout functionality.
|
||||
*/
|
||||
window.App.Layouts.Message = (function () {
|
||||
return {};
|
||||
})();
|
Reference in New Issue
Block a user