Skip to content

Commit

Permalink
detect if can use quik commands
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Sep 2, 2024
1 parent 582774f commit 16023c5
Show file tree
Hide file tree
Showing 5 changed files with 3,371 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/App.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/App.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App-backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8673,7 +8673,7 @@ document.addEventListener('DOMContentLoaded', function() {
App.render('#app');
getIFrameClientSize();
// URL to the JSON file
const jsonFileUrl = '../cssQuickCommands.json';
const jsonFileUrl = 'cssQuickCommands.json';

// Apply the CSS quick commands
applyCssQuickCommands(jsonFileUrl);
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8673,7 +8673,7 @@ document.addEventListener('DOMContentLoaded', function() {
App.render('#app');
getIFrameClientSize();
// URL to the JSON file
const jsonFileUrl = '../cssQuickCommands.json';
const jsonFileUrl = 'cssQuickCommands.json';

// Apply the CSS quick commands
applyCssQuickCommands(jsonFileUrl);
Expand Down
Loading

0 comments on commit 16023c5

Please sign in to comment.