Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
81ebc310
authored
2017-01-12 18:12:49 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
cf7a1676
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
signinView.php
signinView.php
View file @
81ebc31
...
...
@@ -193,12 +193,8 @@ var helper = (function() {
appendActivity
:
function
(
activities
)
{
$
(
'#activities'
).
empty
();
$
(
'#activities'
).
append
(
'Number of activities retrieved: '
+
activities
.
items
.
length
+
'<br/>'
);
for
(
var
activityIndex
in
activities
.
items
)
{
activity
=
activities
.
items
[
activityIndex
];
$
(
'#activities'
).
append
(
'<hr>'
+
activity
.
object
.
content
+
'<br/>'
);
}
},
};
})();
...
...
Please
register
or
sign in
to post a comment