Removed deprecated vivo-basic theme in prep for 1.3 release and deleted all references to it
This commit is contained in:
parent
fcf06544cc
commit
aa04e188a2
1 changed files with 1 additions and 8 deletions
|
@ -114,10 +114,3 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<script type="text/javascript" >
|
<script type="text/javascript" >
|
||||||
$(function() {
|
|
||||||
$("#ThemeDir option").each(function(i){
|
|
||||||
if ($(this).text() == "vivo-basic")
|
|
||||||
$(this).text("vivo-basic (deprecated)");
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue