Changeset 4910
- Timestamp:
- 10/29/09 00:59:31 (4 weeks ago)
- Location:
- branches/greyhound
- Files:
-
- 4 modified
-
default_templates/javascript.mtml (modified) (1 diff)
-
themes/classic_blog/templates/javascript.mtml (modified) (1 diff)
-
themes/classic_website/templates/javascript.mtml (modified) (1 diff)
-
themes/pico/templates/javascript.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/default_templates/javascript.mtml
r4196 r4910 404 404 if (found) { 405 405 M.log(c.DEBUG,found); 406 if (! M.getEl(found[0]).hasOwnProperty('className')) {406 if (!Object.prototype.hasOwnProperty.call(M.getEl(found[0]), 'className')) { 407 407 if (_findIdMatch(found[1])) { 408 408 pageNum = Math.floor(commentArrId / commentsPerPage) + 1; -
branches/greyhound/themes/classic_blog/templates/javascript.mtml
r4196 r4910 404 404 if (found) { 405 405 M.log(c.DEBUG,found); 406 if (! M.getEl(found[0]).hasOwnProperty('className')) {406 if (!Object.prototype.hasOwnProperty.call(M.getEl(found[0]), 'className')) { 407 407 if (_findIdMatch(found[1])) { 408 408 pageNum = Math.floor(commentArrId / commentsPerPage) + 1; -
branches/greyhound/themes/classic_website/templates/javascript.mtml
r4196 r4910 404 404 if (found) { 405 405 M.log(c.DEBUG,found); 406 if (! M.getEl(found[0]).hasOwnProperty('className')) {406 if (!Object.prototype.hasOwnProperty.call(M.getEl(found[0]), 'className')) { 407 407 if (_findIdMatch(found[1])) { 408 408 pageNum = Math.floor(commentArrId / commentsPerPage) + 1; -
branches/greyhound/themes/pico/templates/javascript.mtml
r4872 r4910 404 404 if (found) { 405 405 M.log(c.DEBUG,found); 406 if (! M.getEl(found[0]).hasOwnProperty('className')) {406 if (!Object.prototype.hasOwnProperty.call(M.getEl(found[0]), 'className')) { 407 407 if (_findIdMatch(found[1])) { 408 408 pageNum = Math.floor(commentArrId / commentsPerPage) + 1;
