Update Response.class.php

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2019-05-02 21:32:12 +07:00 committed by GitHub
parent 52bb131e65
commit 4e73c2b239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ class Response
protected static $jsCalls = [];
protected static $assets = [
'js' => [
'/js/jquery-3.3.1.min.js',
'/js/jquery-3.4.1.min.js',
'/js/global.js'
],
'css' => ['/css/all.css']