Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
daaexample
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Iago Gómez Salgado
daaexample
Commits
79dd78e0
Commit
79dd78e0
authored
Feb 27, 2017
by
Iago Gómez Salgado
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quick css fix
parent
6f611d48
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
people.js
src/main/webapp/js/view/people.js
+1
-1
No files found.
src/main/webapp/js/view/people.js
View file @
79dd78e0
...
@@ -213,7 +213,7 @@ var PeopleView = (function() {
...
@@ -213,7 +213,7 @@ var PeopleView = (function() {
var
createPetsTable
=
function
(
owner
){
var
createPetsTable
=
function
(
owner
){
$
(
'div'
).
append
(
$
(
'div'
).
append
(
'<table class="
rwd-
table" id="'
+
petsListId
+
'">
\
'<table class="table" id="'
+
petsListId
+
'">
\
<tr class="owner">
\
<tr class="owner">
\
<th>Mascotas de: '
+
owner
+
'</th>
\
<th>Mascotas de: '
+
owner
+
'</th>
\
<th></th>
\
<th></th>
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment