Remove remaining traces of mod_spidermonkey

This commit is contained in:
Travis Cross
2014-07-18 19:07:38 +00:00
parent 9a1df3e3e0
commit 02ee686d85
8 changed files with 3 additions and 18 deletions
@@ -78,7 +78,6 @@
<!-- Timers -->
<!-- Languages -->
<!-- <load module="mod_spidermonkey"/> -->
<load module="mod_v8"/>
<!-- <load module="mod_perl"/> -->
<!-- <load module="mod_python"/> -->
@@ -1,7 +1,7 @@
<include>
<extension name="pizza_demo">
<condition field="destination_number" expression="^(pizza|74992)$"/>
<condition field="${module_exists(mod_spidermonkey)}" expression="true"/>
<condition field="${module_exists(mod_v8)}" expression="true"/>
<condition field="${module_exists(mod_pocketsphinx)}" expression="true">
<action application="javascript" data="ps_pizza.js"/>
</condition>