Skip to content

Commit

Permalink
PATCH: remove superfluous JS
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Apr 5, 2018
1 parent 5d2afa9 commit 3520e1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/forms/fields/USPhoneNumberField.php
Expand Up @@ -9,7 +9,6 @@ class USPhoneNumberField extends TextField
public static function include_js()
{
Requirements::javascript(FRAMEWORK_DIR.'/thirdparty/jquery/jquery.js');
Requirements::javascript(FRAMEWORK_DIR.'/thirdparty/jquery-entwine/dist/jquery.entwine-dist.js');
Requirements::javascript('us_phone_number/javascript/USPhoneNumber.js');
Requirements::themedCSS('USPhoneNumber', 'us_phone_number');
}
Expand Down

0 comments on commit 3520e1d

Please sign in to comment.