##// END OF EJS Templates
channelstream: use pyramid http exception instead of webob....
channelstream: use pyramid http exception instead of webob. In Pyramid views we want to use pyramid http exceptions for better error tracking.

File last commit:

r883:ae526446 default
r2163:a6065ad2 default
Show More
rhodecode-legacy-js.js
3 lines | 45 B | application/javascript | JavascriptLexer
frontend: wrap our legacy js code inside polymer element
r883 Polymer({
is: 'rhodecode-legacy-js',
});