LSP - input options

This commit is contained in:
cat 2014-11-21 15:02:16 +01:00 committed by Thulinma
parent 1f83e1d5b4
commit baa29b55c5
4 changed files with 106 additions and 54 deletions

View file

@ -17,8 +17,9 @@
<script>
//these are placed here because the compression compiler does not deal with the eval function properly.
//enter the values of the settings object into their input fields
function enterSettings(){
$('.isSetting').each(function(){
function enterSettings($container){
$container = $container || $('body');
$container.find('.isSetting').each(function(){
var objpath = findObjPath($(this));
var val = '';
try {