[wixet] r397 committed - [No log message]

0 views
Skip to first unread message

wi...@googlecode.com

unread,
Sep 25, 2010, 12:31:05 PM9/25/10
to wi...@googlegroups.com
Revision: 397
Author: maxpowel
Date: Sat Sep 25 09:30:19 2010
Log: [No log message]
http://code.google.com/p/wixet/source/detail?r=397

Modified:
/trunk/apps/core/modules/profile/actions/actions.class.php
/trunk/web/js/main.js

=======================================
--- /trunk/apps/core/modules/profile/actions/actions.class.php Sat Sep 25
09:06:18 2010
+++ /trunk/apps/core/modules/profile/actions/actions.class.php Sat Sep 25
09:30:19 2010
@@ -142,7 +142,7 @@
if(strlen($content)>0)
{
foreach($this->getUser()->getGuardUser()->getEmoticons() as
$emoticon){
- $content = str_ireplace($emoticon->getShortKey(), "<img
src='images/emoticons/".$emoticon->getId().".png' border='0'>", $content);
+ $content = str_ireplace($emoticon->getShortKey(), "<img
load='false' src='images/emoticons/".$emoticon->getId().".png'
border='0'>", $content);

}
echo $content;
=======================================
--- /trunk/web/js/main.js Mon Sep 20 08:45:31 2010
+++ /trunk/web/js/main.js Sat Sep 25 09:30:19 2010
@@ -249,7 +249,7 @@
}

//Imágenes
- $(".demo img")
+ $(".demo img[load!=false]")
.addClass("ui-state-default ui-corner-all")
.lazyload({
placeholder : "images/progress.gif",
Reply all
Reply to author
Forward
0 new messages