Committer: vad
LJSUP-11194: Update ?v= value for static filesU trunk/htdocs/js/lj_ippu.js U trunk/htdocs/js/portal.js U trunk/htdocs/js/profile.js U trunk/htdocs/js/tags.js U trunk/htdocs/js/thread_expander.ex.js U trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/js/lj_ippu.js =================================================================== --- trunk/htdocs/js/lj_ippu.js 2012-02-08 16:50:54 UTC (rev 21139) +++ trunk/htdocs/js/lj_ippu.js 2012-02-08 16:57:13 UTC (rev 21140) @@ -25,7 +25,7 @@ setTitle: function (title) { var titlebarContent = "\ <div style='float:right; padding-right: 8px'>" + - "<img src='" + Site.imgprefix + "/CloseButton.gif' width='15' height='15' id='" + this.uniqId + "_cancel' /></div>" + title; + "<img src='" + Site.imgprefix + "/CloseButton.gif?v=7618' width='15' height='15' id='" + this.uniqId + "_cancel' /></div>" + title; LJ_IPPU.superClass.setTitle.apply(this, [titlebarContent]); }, Modified: trunk/htdocs/js/portal.js =================================================================== --- trunk/htdocs/js/portal.js 2012-02-08 16:50:54 UTC (rev 21139) +++ trunk/htdocs/js/portal.js 2012-02-08 16:57:13 UTC (rev 21140) @@ -385,7 +385,7 @@ /* var addbutton = xGetElementById("AddPortalMenuButtonImage"); if (addbutton && Site.imgprefix) { - addbutton.src = Site.imgprefix + "/portal/PortalAddButtonSelected.gif"; + addbutton.src = Site.imgprefix + "/portal/PortalAddButtonSelected.gif?v=5616"; }*/ // keep menu up to date @@ -408,7 +408,7 @@ /* var addbutton = xGetElementById("AddPortalMenuButtonImage"); if (addbutton && Site.imgprefix) { - addbutton.src = Site.imgprefix + "/portal/PortalAddButton.gif"; + addbutton.src = Site.imgprefix + "/portal/PortalAddButton.gif?v=5616"; }*/ } } Modified: trunk/htdocs/js/profile.js =================================================================== --- trunk/htdocs/js/profile.js 2012-02-08 16:50:54 UTC (rev 21139) +++ trunk/htdocs/js/profile.js 2012-02-08 16:57:13 UTC (rev 21140) @@ -36,11 +36,11 @@ if (expand) { DOM.addClassName($(headerid), 'on'); - $(arrowid).src = Site.imgprefix + '/profile_icons/arrow-down.gif'; + $(arrowid).src = Site.imgprefix + '/profile_icons/arrow-down.gif?v=14408'; body && (body.style.display = 'block'); } else { // collapse DOM.removeClassName($(headerid), 'on'); - $(arrowid).src = Site.imgprefix + '/profile_icons/arrow-right.gif'; + $(arrowid).src = Site.imgprefix + '/profile_icons/arrow-right.gif?v=14408'; body && (body.style.display = 'none'); } Modified: trunk/htdocs/js/tags.js =================================================================== --- trunk/htdocs/js/tags.js 2012-02-08 16:50:54 UTC (rev 21139) +++ trunk/htdocs/js/tags.js 2012-02-08 16:57:13 UTC (rev 21140) @@ -121,16 +121,16 @@ var secimg = ' <img align="middle" src="/img/'; if (tag[1] == "public") { - secimg = secimg + "userinfo.gif"; + secimg = secimg + "userinfo.gif?v=17080"; } else if (tag[1] == "private") { - secimg = secimg + "icon_private.gif"; + secimg = secimg + "icon_private.gif?v=7017"; } else if (tag[1] == "friends") { - secimg = secimg + "icon_protected.gif"; + secimg = secimg + "icon_protected.gif?v=7017"; } else { - secimg = secimg + "icon_protected.gif"; + secimg = secimg + "icon_protected.gif?v=7017"; } secimg = secimg + '" />'; if (tag[1] == "n/a") secimg = ""; Modified: trunk/htdocs/js/thread_expander.ex.js =================================================================== --- trunk/htdocs/js/thread_expander.ex.js 2012-02-08 16:50:54 UTC (rev 21139) +++ trunk/htdocs/js/thread_expander.ex.js 2012-02-08 16:57:13 UTC (rev 21140) @@ -53,12 +53,12 @@ } ExpanderEx.preloadImg = function(){ - (new Image()).src = Site.imgprefix + '/preloader-s.gif?v=3'; + (new Image()).src = Site.imgprefix + '/preloader-s.gif?v=9673'; } ExpanderEx.prototype.addPreloader = function(){ this.loader = new Image(); - this.loader.src = Site.imgprefix + '/preloader-s.gif?v=3'; + this.loader.src = Site.imgprefix + '/preloader-s.gif?v=9673'; this.loader.className = 'i-exp-preloader'; this.__caller__.parentNode.appendChild( this.loader ); } Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2012-02-08 16:50:54 UTC (rev 21139) +++ trunk/htdocs/stc/lj_base.css 2012-02-08 16:57:13 UTC (rev 21140) @@ -1776,10 +1776,10 @@ background-image: url(/img/anonymous.gif?v=5110); } .b-postform-authtype-cookieuser .b-postform-login-services-current-pic { - background-image: url(/img/userinfo.gif?v=15718); + background-image: url(/img/userinfo.gif?v=17080); } .b-postform-authtype-cookieuser .b-postform-login-services-current-pic { - background-image: url(/img/userinfo.gif?v=15718); + background-image: url(/img/userinfo.gif?v=17080); } .b-postform-authtype-facebook .b-postform-login-services-current-pic { background-image: url(/img/icons/facebook-16.gif?v=17127);