Github user mjsax commented on the pull request:
https://github.com/apache/flink/pull/750#issuecomment-157712835
@sachingoel0101 I have a problem testing my changes to the WebUI. It seems
that the browser does not load the correct (ie, changed) scripts... Check out
the screenshot -- it only shows the unmodified `@cancelJob = (jobid) ->
$http.delete "jobs/" + jobid` and the inserted `stop` part is missing (I have
almost no experience in web-dev stuff).
I built the hole Flink project with `mvn -DskipTests clean install`; also
delete maven repo to get rid of old stuff. I tried to reload (F5 and ctrl+F5 as
well as clearing the cache; using a private window did not help either).
Can you help me out? The only change I can see it the new "stop" button --
so `jobs.html` is loaded correctly.

---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---