Ignore:
Timestamp:
11/26/08 19:12:43 (3 years ago)
Author:
ArthurClemens
Message:

Item116: rebrand javascript classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AutoCompleteAddOn/data/TWiki/AutoCompleteAddOn.txt

    r878 r980  
    105105<script type="text/javascript"> 
    106106//<![CDATA[ 
    107         twiki.Event.addLoadEvent(initForm, true); 
     107        foswiki.Event.addLoadEvent(initForm, true); 
    108108        function initForm() { 
    109109                document.loginform[0].focus(); 
     
    247247<script type="text/javascript"> 
    248248// <![CDATA[ 
    249 twiki.Event.addLoadEvent(initAutoComplete, true); 
     249foswiki.Event.addLoadEvent(initAutoComplete, true); 
    250250function initAutoComplete() { 
    251251        var topics = [%INCLUDE{"%datatopic%" section="%datasection%"}%]; 
Note: See TracChangeset for help on using the changeset viewer.