This commit is contained in:
sergiuToporjinschi
2022-02-04 10:24:02 +02:00
parent bd261bddc5
commit b615e09ff6
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class CalibrationtoolsPlugin(
# Define your plugin's asset files to automatically include in the
# core UI here.
return {
"js": ["js/CalibrationTools.js","js/PIDTuneViewModel.js"],
"js": ["js/ESteps.js","js/PIDTuneViewModel.js"],
"css": ["css/style.css"]
}