This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
AriaNg/src/scripts/core/__config.js
2016-08-01 22:49:16 +08:00

7 lines
117 B
JavaScript

(function () {
'use strict';
//override AdminLTE options
$.AdminLTE.options.animationSpeed = 300;
}());