Skip to content

Commit

Permalink
Update versions for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 16, 2020
1 parent 6061387 commit 74789d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class App

/** @var array|false Location where to load JS/CSS files */
public $cdn = [
'atk' => 'https://ui.agiletoolkit.org/public', // develop branch
'atk' => 'https://cdn.jsdelivr.net/gh/atk4/[email protected]/public',
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1',
'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.5',
Expand Down

0 comments on commit 74789d1

Please sign in to comment.