Trim history option in settings (UI only)
This commit is contained in:
@@ -224,6 +224,7 @@
|
||||
else if (bytes >= oneMegabyte) { return 'MB'; }
|
||||
};
|
||||
|
||||
|
||||
// given a path, asynchronously return an arraybuffer
|
||||
Util.fetch = function (src, cb, progress) {
|
||||
var CB = Util.once(cb);
|
||||
|
||||
Reference in New Issue
Block a user