Update a comment

This commit is contained in:
Kenn Jacobsen
2019-01-15 10:13:08 +01:00
committed by Sebastiaan Janssen
parent 651006fbaf
commit bf9284089d

View File

@@ -259,7 +259,7 @@
vm.editors.splice(editorIndex, 1);
//remove variant from open variants
vm.openVariants.splice(editorIndex, 1);
//update cculture to reflect the last open variant (closing the split view corresponds to selecting the other variant)
//update the current culture to reflect the last open variant (closing the split view corresponds to selecting the other variant)
$location.search("cculture", vm.openVariants[0]);
splitViewChanged();
}, 400);