mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
log library versions
This commit is contained in:
parent
62e055f654
commit
3bf329be65
1 changed files with 2 additions and 0 deletions
2
main.js
2
main.js
|
@ -50,6 +50,8 @@ $(document).ready(function () {
|
|||
GUI.log('You\'re using an old version of ' + chrome.runtime.getManifest().name + '. Please update so you can benefit from recently added features and bugfixes.');
|
||||
}
|
||||
|
||||
// log library versions in console to make version tracking easier
|
||||
console.log('Libraries: jQuery - ' + $.fn.jquery + ', d3 - ' + d3.version + ', three.js - ' + THREE.REVISION);
|
||||
|
||||
// Tabs
|
||||
var ui_tabs = $('#tabs > ul');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue