Fix undefined variable in `Devtools\Project\Instructions.js` (#2855)
authorFabii547 <Fabii547@users.noreply.github.com>
Mon, 25 Feb 2019 17:52:18 +0000 (18:52 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 25 Feb 2019 17:52:18 +0000 (18:52 +0100)
wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/Instructions.js

index 81a9cb489da1220f9d54fe08d8870e9f8dfc3014..bfe45517f13776d603eeba51ceda8a72a4ee8821 100644 (file)
@@ -188,7 +188,7 @@ define([
                        elData(listItem, 'runStandalone', instructionData.runStandalone);
                        elData(listItem, 'value', instructionData.value);
                        
-                       content = '' +
+                       var content = '' +
                                '<div class="sortableNodeLabel">' +
                                '       <div class="jsDevtoolsProjectInstruction">' +
                                '               ' + Language.get('wcf.acp.devtools.project.instruction.instruction', instructionData);