- Updated default filetypes used for system tags
[scuttle] / jsScuttle.php
index e9fec46f0a392777256b568370a0e2c0f31096c7..93fa85bd7ab906982b7c13077237311e4cfa1050 100644 (file)
@@ -51,7 +51,7 @@ function getTitle(input) {
 
 /* Page load */
 $(function() {
-  /* Insert Flash player for MP3 links */
+  // Insert Flash player for MP3 links
   if ($("#bookmarks").length > 0) {
     $("a[href$=.mp3].taggedlink").each(function() {
       var url  = this.href;

Benjamin Mako Hill || Want to submit a patch?