Skip to content
Snippets Groups Projects

Simen

Closed Simen Svenningsen Hjelle requested to merge Simen into master
3 files
+ 36
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -121,7 +121,7 @@ function expandProject(nodeID){
if(number == 1){
if(paragraph.style.height != '380px') {
if(paragraph.style.height != '390px') {
p1+= 5;
y = p1.toString();
paragraph.style.height = y + "px";
@@ -134,7 +134,7 @@ function expandProject(nodeID){
}else if(number == 2){
if(paragraph.style.height != '380px') {
if(paragraph.style.height != '390px') {
p2+= 5;
y = p2.toString();
paragraph.style.height = y + "px";
@@ -146,7 +146,7 @@ function expandProject(nodeID){
}
}else if(number == 3){
if(paragraph.style.height != '380px') {
if(paragraph.style.height != '390px') {
p3+= 5;
y = p3.toString();
paragraph.style.height = y + "px";
@@ -159,7 +159,7 @@ function expandProject(nodeID){
}
else if(number == 4){
if(paragraph.style.height != '380px') {
if(paragraph.style.height != '390px') {
p4+= 5;
y = p4.toString();
paragraph.style.height = y + "px";
Loading