[Slashdotjp-dev 1517] [1048] fix typo

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 2日 (月) 19:45:24 JST


Revision: 1048
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1048
Author:   tach
Date:     2009-03-02 19:45:24 +0900 (Mon, 02 Mar 2009)

Log Message:
-----------
fix typo

Modified Paths:
--------------
    images/trunk/Makefile
    images/trunk/all-minified.js


-------------- next part --------------
Modified: images/trunk/Makefile
===================================================================
--- images/trunk/Makefile	2009-03-02 10:43:57 UTC (rev 1047)
+++ images/trunk/Makefile	2009-03-02 10:45:24 UTC (rev 1048)
@@ -87,6 +87,7 @@
 		sed -e 's/hidden comment</個の隠れコメント</' | \
 		sed -e 's/hidden comments</個の隠れコメント</' | \
 		sed -e "s/\$$('#slashboxes').sortable(/\$$('.section-mainpage #index #slashboxes').sortable(/" | \
+		sed -e "s/firehohse/firehose/g" | \
 		perl fix-comments.js.pl >> $@
 	echo >> $@
 	if [ -f $@.jp ]; then cat $@.jp >> $@; fi

Modified: images/trunk/all-minified.js
===================================================================
--- images/trunk/all-minified.js	2009-03-02 10:43:57 UTC (rev 1047)
+++ images/trunk/all-minified.js	2009-03-02 10:45:24 UTC (rev 1048)
@@ -1543,7 +1543,7 @@
 var firehose_cal_select_handler=function(type,args,obj){var selected=args[0];firehose_settings.issue='';firehose_set_options('startdate',selected.startdate);firehose_set_options('duration',selected.duration);};function firehose_calendar_init(widget){widget.changeEvent.subscribe(firehose_cal_select_handler,widget,true);}
 function firehose_slider_init(){if(!fh_slider_init_set){fh_colorslider=YAHOO.widget.Slider.getHorizSlider("colorsliderbg","colorsliderthumb",0,105,fh_ticksize);var fh_set_val_return=fh_colorslider.setValue(fh_ticksize*fh_colors_hash[fh_color],1);var fh_get_val_return=fh_colorslider.getValue();fh_colorslider.subscribe("slideEnd",firehose_slider_end);}}
 function firehose_slider_end(offsetFromStart){var newVal=Math.round(fh_colorslider.getValue());if(newVal){fh_slider_init_set=1;}
-var color=fh_colors[newVal/fh_ticksize];if(color!==undefined){$dom('fh_slider_img').title="Firehose filtered to "+color;if(fh_slider_init_set){firehose_set_options("color",color);}}else if(firehohse_settings.color!==undefined){firehose_slider_set_color(firehose_settings.color);}}
+var color=fh_colors[newVal/fh_ticksize];if(color!==undefined){$dom('fh_slider_img').title="Firehose filtered to "+color;if(fh_slider_init_set){firehose_set_options("color",color);}}else if(firehose_settings.color!==undefined){firehose_slider_set_color(firehose_settings.color);}}
 function firehose_slider_set_color(color){fh_colorslider.setValue(fh_ticksize*fh_colors_hash[color],1);}
 function firehose_change_section_anon(section){window.location.href=window.location.protocol+"//"+window.location.host+"/firehose.pl?section="+encodeURIComponent(section)+"&tabtype=tabsection";}
 function pausePopVendorStory(id){vendor_popup_id=id;closePopup('vendorStory-26-popup');vendor_popup_timerids[id]=setTimeout(vendorStoryPopup,500);}



Slashdotjp-dev メーリングリストの案内
Back to archive index