Ignore:
Timestamp:
2012/02/06 11:05:15 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/user_data/packages/admin/js/ownersstore.js.php

    r20970 r21441  
    6767        //all others 
    6868        } else { 
    69             if(document.getElementById("TB_overlay") === null){ 
     69            if (document.getElementById("TB_overlay") === null) { 
    7070                $("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>"); 
    7171                $("#TB_overlay").click(this.remove); 
     
    7373        } 
    7474 
    75         if(this.detectMacFF()){ 
     75        if (this.detectMacFF()) { 
    7676            //use png overlay so hide flash 
    7777            $("#TB_overlay").addClass("TB_overlayMacFFBGHack"); 
     
    101101        var ajaxContentH = TB_HEIGHT - 45; 
    102102 
    103         if ($("#TB_window").css("display") != "block"){ 
     103        if ($("#TB_window").css("display") != "block") { 
    104104            $("#TB_window").append( 
    105105                "<div id='TB_title'>" 
Note: See TracChangeset for help on using the changeset viewer.