Skip to content
Snippets Groups Projects
Commit 2264ac45 authored by hjank's avatar hjank
Browse files

# minor changes before *the great parameter refactoring* i.e. generification,...

# minor changes before *the great parameter refactoring* i.e. generification, type checking, value checking, ... (to do)
parent 447c642b
No related branches found
No related tags found
No related merge requests found
/**
* Created by Helena on 04.09.2015.
*/
//var i = 1;
function initPlumbCanvas() {
inst = jsPlumb.getInstance({
......
......@@ -88,7 +88,7 @@ function checkInformation() {
// TODO: Get selected parameter identifier to get at values!
// update JSON structure
selectedInfo.parameter1 = contextInfoInArray.parameters.values[$("#selectParameter").select2("data").id];
selectedInfo.parameter1 = contextInfoInArray.parameters[0].values[$("#selectParameter").select2("data").id];
}
// check selection bar "Parameter" is visible
if ( $("#divParameterSelection2")[0].style.display == "block") {
......
......@@ -4,7 +4,7 @@
var global_ScenarioCounter = 0;
var global_dataArrayScenarios = [];
//var gloabl_unitsPerScenario = [];
//var global_unitsPerScenario = [];
$(function() {
// triggered if modal window was closed
......
......@@ -3,8 +3,6 @@
*/
var global_currentInputUnitName = "";
// tabs
$(function() {
// default hide tabs
......
......@@ -7,6 +7,7 @@
var inst;
var bool_unitClicked = false;
var list_units = [];
var global_currentInputUnitName = "";
var contextList = new ContextInfoList();
// reloading
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment