Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit 39f4b92

Browse files
author
Bernat Romagosa
committed
remove TOTM
1 parent a9a5069 commit 39f4b92

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

templates/welcome.tmp

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,6 @@
6161
latest_initGrid();
6262
</script>
6363

64-
@param widgetName=totm
65-
@param header="'Topic of the Month: Nature'"
66-
@include=grid
67-
<script>
68-
totm_loadPage =
69-
function (query, pageSize, pageNumber, onSuccess) {
70-
SnapCloud.getCollectionProjects(
71-
'snapcloud',
72-
pageNumber,
73-
pageSize,
74-
'Nature',
75-
onSuccess,
76-
genericError,
77-
true // withThumbnail
78-
);
79-
};
80-
81-
totm_onLoadPage = latest_onLoadPage;
82-
totm_initGrid();
83-
</script>
84-
8564
@param widgetName=featured
8665
@param header="'Featured Projects'"
8766
@include=grid

0 commit comments

Comments
 (0)