Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed May 20, 2024
1 parent 114efd5 commit c4c1bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion about.page
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: 'M17.5,12A1.5,1.5 0 0,1 16,10.5A1.5,1.5 0 0,1 17.5,9A1.5,1.5 0 0,1 19,10.5
color: '#376200'
author: Taufik Nurrohman
type: Markdown
version: 3.0.1
version: 3.0.2
...

### Usage
Expand Down
8 changes: 4 additions & 4 deletions index/panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function _($_) {
'name' => 'data[script]',
'stack' => 20,
'state' => [
'source' => ['type' => 'JavaScript'],
'tab' => ' '
'tab' => 4,
'type' => 'text/javascript'
],
'title' => '<abbr title="JavaScript">JS</abbr>',
'type' => 'source',
Expand All @@ -29,8 +29,8 @@ function _($_) {
'name' => 'data[style]',
'stack' => 10,
'state' => [
'source' => ['type' => 'CSS'],
'tab' => ' '
'tab' => 2,
'type' => 'text/css'
],
'title' => '<abbr title="Cascading Style Sheet">CSS</abbr>',
'type' => 'source',
Expand Down

0 comments on commit c4c1bd0

Please sign in to comment.