Port autocomplete from tagInput to jQuery UI, send Last-Modified header and look for it in JS.

This commit is contained in:
Shashi Gowda
2011-04-08 13:55:01 +05:30
parent e5495e7df8
commit c44a94e8f5
8 changed files with 141 additions and 602 deletions

View File

@@ -330,9 +330,7 @@ class Action extends HTMLOutputter // lawsuit
$this->script('geometa.js');
}
$this->inlineScript('function _loadTagInput(init) { $.getScript("'.common_path('js/jquery.timers.js') .
'"); $.getScript("'.common_path('js/jquery.tagInput.js').'", init); } var _peopletagAC = "' .
$this->inlineScript('var _peopletagAC = "' .
common_local_url('peopletagautocomplete') . '";');
$this->showScriptMessages();
// Frame-busting code to avoid clickjacking attacks.