mirror of
https://github.com/robonen/metr.git
synced 2026-06-20 01:55:22 +00:00
Added js + redacted php
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
console.log("Test");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
document.getElementById('user').onclick = function() {
|
||||||
|
window.location.href = 'signin.html';
|
||||||
|
};
|
||||||
|
|
||||||
|
document.getElementById('catalog').onclick = function() {
|
||||||
|
window.location.href = 'signin.html';
|
||||||
|
};
|
||||||
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
console.log("Test");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
document.getElementById('user').onclick = function() {
|
||||||
|
window.location.href = 'signin.html';
|
||||||
|
};
|
||||||
|
|
||||||
|
document.getElementById('catalog').onclick = function() {
|
||||||
|
window.location.href = 'signin.html';
|
||||||
|
};
|
||||||
|
|
||||||
@@ -23,4 +23,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="public/js/login.js"></script>
|
||||||
@endsection
|
@endsection
|
||||||
|
|||||||
@@ -166,4 +166,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
<script src="public/js/main_page.js"></script>
|
||||||
@endsection
|
@endsection
|
||||||
|
|||||||
Reference in New Issue
Block a user