Commit 28da4618 authored by Ivan Tyagov's avatar Ivan Tyagov

Specify type.

parent 164416d8
<html> <html>
<head> <head>
<!-- Use proper path --> <!-- Use proper path -->
<script src="../../../../lib/require/require.js"> </script> <script type="text/javascript" src="../../../../lib/require/require.js"> </script>
<script src="../../../../lib/jquery/jquery.js"> </script> <script type="text/javascript" src="../../../../lib/jquery/jquery.js"> </script>
<script type="text/javascript" src="../../renderjs.js"></script> <script type="text/javascript" src="../../renderjs.js"></script>
<head> <head>
<body> <body>
......
<html> <html>
<head> <head>
<script src="../../../../lib/require/require.js"> </script> <script type="text/javascript" src="../../../../lib/require/require.js"> </script>
<script src="../../../../lib/jquery/jquery.js"> </script> <script type="text/javascript" src="../../../../lib/jquery/jquery.js"> </script>
<script type="text/javascript" src="../../renderjs.js"></script> <script type="text/javascript" src="../../renderjs.js"></script>
<head> <head>
<body> <body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment