grocy/js
Katharina Bogad fd61d1ef62 viewjs: Wrap in fuctions
This commit's contents were auto-generated. They wrap all viewjs
in functions and define a common prologue.

New file contents:

```js
function VIEWNAMEView(Grocy, scope = null)
{
    var $scope = $;
    if(scope != null)
    {
        $scope = $(scope).find;
    }

    // original contents indented with \t

}
```
2021-06-22 22:56:57 +02:00
..
components Only load datetimepicker when neccesary 2021-06-21 19:11:08 +02:00
configs Move components to main grocy bundle 2021-06-21 13:14:37 +02:00
helpers js: some speed improvements on page load 2021-06-21 00:16:05 +02:00
lib js: some speed improvements on page load 2021-06-21 00:16:05 +02:00
viewjs viewjs: Wrap in fuctions 2021-06-22 22:56:57 +02:00
grocy.js Move components to main grocy bundle 2021-06-21 13:14:37 +02:00
vendor.js Modernize Javascript 2021-06-18 12:44:39 +02:00