##// END OF EJS Templates
comments: place the left over comments (outdated/misplaced) to the left or right pane....
comments: place the left over comments (outdated/misplaced) to the left or right pane. So we don't loose the original context where they were placed.

File last commit:

r883:ae526446 default
r2375:edf29c73 default
Show More
rhodecode-legacy-js.html
7 lines | 269 B | text/html | HtmlLexer
frontend: wrap our legacy js code inside polymer element
r883 <link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<dom-module id="rhodecode-legacy-js">
<template>
<script src="../../../scripts.js"></script>
</template>
<script src="rhodecode-legacy-js.js"></script>
</dom-module>