Skip to content

Commit

Permalink
Very small change to make sure jQuery gets loaded first
Browse files Browse the repository at this point in the history
  • Loading branch information
craig zheng committed Mar 23, 2010
1 parent 412af03 commit 109309e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README
@@ -1,10 +1,10 @@
Reference Link Field
------------------------------------

Version: 1.3.1
Version: 1.3.2
Author: craig zheng (cz@mongrl.com)
Build Date: 18th Feb 2010
Requirements: Symphony 2.0.5 or higher, Select Box Link 1.7
Build Date: 23rd Mar 2010
Requirements: Symphony 2.0.5 or higher, Select Box Link 1.7 or higher

An extension of Symphony's Select Box Link Field which adds the option to display the field as an autocomplete input field.

Expand Down
6 changes: 3 additions & 3 deletions extension.driver.php
Expand Up @@ -5,8 +5,8 @@
public function about(){
return array(
'name' => 'Field: Reference Link',
'version' => '1.3.1',
'release-date' => '2010-02-18',
'version' => '1.3.2',
'release-date' => '2010-03-23',
'author' => array(
'name' => 'craig zheng',
'email' => 'cz@mongrl.com'
Expand All @@ -29,7 +29,7 @@ public function initializeAdmin($context) {
$assets_path = '/extensions/referencelink/assets/';

// load autocomplete JS
$page->addScriptToHead(URL . $assets_path . 'referencelink.js', 200);
$page->addScriptToHead(URL . $assets_path . 'referencelink.js', 900);

// load autocomplete styles
$page->addStylesheetToHead(URL . $assets_path . 'referencelink.css', 'screen', 100);
Expand Down

0 comments on commit 109309e

Please sign in to comment.