From: dibs Date: Tue, 22 Jan 2013 09:11:48 +0000 (+0900) Subject: [title] disappear alert in after build X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2c3b83087cd6b9c8c49c950fb242c5794219e41;p=sdk%2Ftools%2Fsdk-build.git [title] disappear alert in after build --- diff --git a/dibs-web/public/index.html b/dibs-web/public/index.html index c782c5f..e132087 100644 --- a/dibs-web/public/index.html +++ b/dibs-web/public/index.html @@ -73,7 +73,7 @@ Contributors:
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -91,10 +91,6 @@ Contributors:
- -
@@ -153,7 +149,7 @@ Contributors:
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -188,16 +184,12 @@ Contributors:
- -
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -245,16 +237,12 @@ Contributors:
- -
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -335,10 +323,6 @@ Contributors:
- -
@@ -353,7 +337,7 @@ Contributors:
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -372,10 +356,6 @@ Contributors:
- -
@@ -407,7 +387,7 @@ Contributors:
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -429,16 +409,12 @@ Contributors:
- -
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -478,16 +454,12 @@ Contributors:
- -
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -530,16 +502,12 @@ Contributors:
- -
Home -

DIBS Web 2.0

+

DIBS 2.0

@@ -590,10 +558,6 @@ Contributors:
- -
diff --git a/dibs-web/public/javascripts/build.js b/dibs-web/public/javascripts/build.js index ce894bd..c2efd25 100644 --- a/dibs-web/public/javascripts/build.js +++ b/dibs-web/public/javascripts/build.js @@ -311,7 +311,6 @@ function buildBuildProject(type) { } buildProject(buildProjectList, function () { - alert("Build started! Move to jobs page"); $.mobile.changePage("#jobs"); }); } diff --git a/dibs-web/public/javascripts/jobs.js b/dibs-web/public/javascripts/jobs.js index c221472..cde6c98 100644 --- a/dibs-web/public/javascripts/jobs.js +++ b/dibs-web/public/javascripts/jobs.js @@ -593,15 +593,12 @@ function generateHtmlJobList(xml) { + '

'+id+'

' + '

'+jobAttribute+'

' + '
'; - if(queryDistribution == "ALL") { - li = li + '

DISTRIBUTION: ' +distribution+ '

'; - } li = li + ''; } else if(jobAttribute == "MULTI") { li = '
  • ' - + ''+id+ ' ' +projectName+ ''+distribution+'
  • ' + + ''+id+ ' ' +jobAttribute+ ''+distribution+'' + '
  • ' + '' + '

    USER : ' +userName+ '

    ' @@ -613,9 +610,6 @@ function generateHtmlJobList(xml) { + '

    '+id+'

    ' + '

    '+jobAttribute+'

    ' + ''; - if(queryDistribution == "ALL") { - li = li + '

    DISTRIBUTION: ' +distribution+ '

    '; - } li = li + '
  • '; } else if(jobAttribute == "CHILD")