File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
system/Debug/Toolbar/Views
user_guide_src/source/changelogs Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ var ciDebugBar = {
440440 var debugPath = document . createElement ( "div" ) ; // path
441441 var childArray = startElement [ 0 ] . parentNode . childNodes ; // target child array
442442 var parent = startElement [ 0 ] . parentNode ;
443- var start , end ;
443+ let start , end ;
444444
445445 // setup container
446446 debugDiv . classList . add ( "debug-view" ) ;
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Bugs Fixed
4545- **Model: ** Fixed a bug in ``Model::replace() `` where ``created_at `` field (when available) wasn't set correctly.
4646- **Model: ** Fixed a bug in ``Model::insertBatch() `` and ``Model::updateBatch() `` where casts were not applied to inserted or updated values.
4747- **Toolbar: ** Fixed bugs in ``Collectors\Logs `` that were preventing the "Logs" tab from appearing on the Debug Toolbar.
48+ - **Toolbar: ** Fixed bugs in ``toolbar.js `` which caused "Uncaught TypeError" in some scenarios.
4849- **Validation: ** Fixed a bug in the ``FormatRules::valid_base64() `` validation rule that caused a TypeError when checking invalid base64 strings.
4950
5051See the repo's
You can’t perform that action at this time.
0 commit comments