Closed (fixed)
Project:
Simple hierarchical select
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Mar 2013 at 08:42 UTC
Updated:
30 Mar 2013 at 15:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stborchertWow, this improved performance in a way I never dreamed of ...

Committed to 7.x-1.x-dev.
Comment #3
javier.drupal.2012 commentedHi,
I have installed the js module, configured it and I have upgraded the shs version to 7.x-1.6.
If I add to the .htacces the next code the shs field is not showed
However, is I remove the code above from the .htaccess, the shs field is still showing the data it must show.
Any help to solve this issue?
Thanks
Javier
Comment #4
Maks commentedSame here
# Rewrite JavaScript callback URLs of the form js.php?q=x.
RewriteCond %{REQUEST_URI} ^\/js\/.*
RewriteRule ^(.*)$ js.php?q=$1 [L,QSA]
RewriteCond %{QUERY_STRING} (^|&)q=js/.*
RewriteRule .* js.php [L]
shs field is not showed