hs.allowMultipleInstances
Allow more than one popup expander to be open at the same time.
If allowMultipleInstances is set to false, opened expanders will close when you click to open another.
Details
| Requires |
multiple |
| Type |
boolean |
| Default value |
true |
| Overrideable inline |
No |
Example
Setting it to false
Put this in your head section:
<script type="text/javascript">
hs.allowMultipleInstances = false;
</script>
The effect (drag the opened image away to see the other thumbnail):