mirror of
https://github.com/itflow-org/itflow
synced 2026-09-23 15:11:16 +00:00
Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there
This commit is contained in:
11
vendor/moment/package.js
vendored
Normal file
11
vendor/moment/package.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var profile = {
|
||||
resourceTags: {
|
||||
ignore: function(filename, mid){
|
||||
// only include moment/moment
|
||||
return mid != "moment/moment";
|
||||
},
|
||||
amd: function(filename, mid){
|
||||
return /\.js$/.test(filename);
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user