Commit 5251f720 authored by François Billioud's avatar François Billioud

remove useless reference to phonegap.js

parent b53c54a3
......@@ -21,8 +21,6 @@
<script type="text/javascript" src="js/ung.js"></script>
<script type="text/javascript" src="js/login.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap.0.9.6.js"></script>
<link rel="icon" type="image/x-icon"
href="images/ung/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon"
......
......@@ -35,8 +35,6 @@
}
</script>
<script type="text/javascript" charset="utf-8" src="phonegap.0.9.6.js"></script>
<script type="text/javascript">
// initialize
var initPage = function() {
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="viewport" content="width=device-width"/>
<title>UNG Docs</title>
<link type="text/css" rel="stylesheet" href="css/ung.css" />
......@@ -13,8 +13,6 @@
<script type="text/javascript" src="js/theme.js"></script>
<script type="text/javascript" src="js/ung.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap.0.9.6.js"></script>
<link rel="icon" type="image/x-icon"
href="images/ung/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon"
......@@ -153,7 +151,7 @@
<div class="menu_create_object">
<label> create document </label>
<select name="create_document" onChange="createNewDocument(this.value)">
<select name="create_document" onchange="createNewDocument(this.value)">
<option id="new" value="title" selected>New...</option>
<option value="text">text</option>
<option value="table">spreadshit</option>
......
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