~speakman/ppvalbok/trunk

« back to all changes in this revision

Viewing changes to site_media/js/shortcuts.js

  • Committer: Daniel Nyström
  • Date: 2009-05-20 22:56:21 UTC
  • Revision ID: daniel@nystrom.st-20090520225621-hr74b9d6gtdy1dhh
Created 'tools' APP. Currently with 'shortcut' utility for easier searching

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$(document).ready(function() {
 
2
                $("#flexisearch").autocomplete("/tools/autocomplete/");
 
3
        });