Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Merge branch 'document-links' into 'testing'
Browse files Browse the repository at this point in the history
Removed style attribute from ul element



See merge request !12
  • Loading branch information
ankoh committed Oct 21, 2015
2 parents 5f2be29 + dc4abf3 commit 1e66ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dist/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function queryDocuments() {
// Trigger async fetch
documentsApi.queryDocumentsAsync(profileIds, fieldIds, orderAttr, orderDir, 0, limit)
.done(function(data) {
var docs = '<ul style="color: #666">';
var docs = '<ul>';
// loop through docs
for (var i = 0; i < data.length; i++) {
docs += '<li>';
Expand Down

0 comments on commit 1e66ddf

Please sign in to comment.