summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorQCyph <dev@lived.nl>2011-08-30 08:59:49 +0200
committerYorhel <git@yorhel.nl>2011-08-30 09:02:48 +0200
commit1bc494445e0e95a04d7daccc9787c8d182cd18a6 (patch)
tree159a841fc30197eea80fab05358a4012c1fda012 /util
parente26056de79c72a113fa1c5cc725e053e0efe3a97 (diff)
Changed size/weight character filters to javascript sliders
Diffstat (limited to 'util')
-rwxr-xr-xutil/jsgen.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/jsgen.pl b/util/jsgen.pl
index 88043162..d4259b4e 100755
--- a/util/jsgen.pl
+++ b/util/jsgen.pl
@@ -113,11 +113,6 @@ sub jsgen {
$common .= sprintf "vn_lengths = [ %s ];\n", join ', ', @{$S{vn_lengths}};
$common .= sprintf "blood_types = [ %s ];\n", join ', ', map qq{"$_"}, @{$S{blood_types}};
$common .= sprintf "genders = [ %s ];\n", join ', ', map qq{"$_"}, @{$S{genders}};
- $common .= sprintf "bust_ranges = [ %s ];\n", join ', ', @{$S{bust_ranges}};
- $common .= sprintf "waist_ranges = [ %s ];\n", join ', ', @{$S{waist_ranges}};
- $common .= sprintf "hip_ranges = [ %s ];\n", join ', ', @{$S{hip_ranges}};
- $common .= sprintf "height_ranges = [ %s ];\n", join ', ', @{$S{height_ranges}};
- $common .= sprintf "weight_ranges = [ %s ];\n", join ', ', @{$S{weight_ranges}};
$common .= sprintf "L10N_LANG = [ %s ];\n", join(', ', map
sprintf('["%s","%s"]', $_, $lang{$_}{"_lang_$_"}||$lang{en}{"_lang_$_"}),
VNDB::L10N::languages());