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

7 lines
117 B
JavaScript
Raw Normal View History

2016-06-29 17:22:42 +02:00
(function () {
'use strict';
//override AdminLTE options
$.AdminLTE.options.animationSpeed = 300;
2016-08-01 16:49:16 +02:00
}());