Skip to content

Commit

Permalink
Contacts: Clean up loading of scripts and styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghus committed Dec 17, 2012
1 parent b5069ec commit 75c54a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contacts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,13 @@

OCP\Util::addscript('contacts', 'multiselect');
OCP\Util::addscript('', 'oc-vcategories');
OCP\Util::addscript('contacts', 'modernizr');
OCP\Util::addscript('contacts', 'modernizr.custom');
OCP\Util::addscript('contacts', 'app');
OCP\Util::addscript('contacts', 'contacts');
OCP\Util::addscript('contacts', 'placeholder.polyfill.jquery');
OCP\Util::addscript('contacts', 'expanding');
OCP\Util::addscript('contacts', 'jquery.combobox');
OCP\Util::addscript('files', 'jquery.fileupload');
//OCP\Util::addscript('core', 'jquery.inview');
OCP\Util::addscript('contacts', 'jquery.Jcrop');
OCP\Util::addscript('contacts', 'jquery.multi-autocomplete');
OCP\Util::addStyle('contacts', 'multiselect');
OCP\Util::addStyle('contacts', 'jquery.combobox');
OCP\Util::addStyle('contacts', 'jquery.Jcrop');
Expand Down

0 comments on commit 75c54a0

Please sign in to comment.