torrentpier-lts/styles/templates/default/scripts.js

12 lines
162 B
JavaScript
Raw Normal View History

/**
Add here your JavaScript Code.
Note: The code entered here will be added in <head> tag.
Example:
var x, y, z;
x = 5;
y = 6;
z = x + y;
alert(z);
*/