diff options
Diffstat (limited to 'SemanticMediaWiki/resources/smw/special/ext.smw.special.property.js')
-rw-r--r-- | SemanticMediaWiki/resources/smw/special/ext.smw.special.property.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/SemanticMediaWiki/resources/smw/special/ext.smw.special.property.js b/SemanticMediaWiki/resources/smw/special/ext.smw.special.property.js deleted file mode 100644 index 87ba6d30..00000000 --- a/SemanticMediaWiki/resources/smw/special/ext.smw.special.property.js +++ /dev/null @@ -1,25 +0,0 @@ -/** - * JavaScript for property related functions - * - * @see https://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki - * - * @since 1.8 - * @release 0.1 - * - * @file - * @ingroup SMW - * - * @licence GNU GPL v2 or later - * @author mwjames - */ - -( function( $, mw ) { - - $( document ).ready( function() { - - // Used in SMW_SpecialSearchByProperty.php - // Function is specified in ext.smw.autocomplete - $( '#property_box' ).smwAutocomplete(); - - } ); -} )( jQuery, mediaWiki );
\ No newline at end of file |