mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
7 lines
268 B
JavaScript
7 lines
268 B
JavaScript
// Global namespace has to be setup first
|
|
//= require ./knowledge_base_public/namespace.js
|
|
// Make utility functions available before the rest of the code is loaded
|
|
//= require ./knowledge_base_public/util.js
|
|
|
|
// Load the rest
|
|
//= require_tree ./knowledge_base_public
|