]> git.proxmox.com Git - proxmox-backup.git/blob - www/Utils.js
rename api3 back to api2
[proxmox-backup.git] / www / Utils.js
1 /*global Proxmox */
2 Ext.ns('PBS');
3
4 console.log("Starting Backup Server GUI");
5
6 Ext.define('PBS.Utils', {
7 singleton: true,
8
9 constructor: function() {
10 var me = this;
11
12 // do whatever you want here
13 }
14 });