Dodanie elementow oscopa
This commit is contained in:
30
README.md
30
README.md
@@ -1,29 +1,3 @@
|
|||||||
# README #
|
# OSCOP #
|
||||||
|
|
||||||
This README would normally document whatever steps are necessary to get your application up and running.
|
Pliki związane z OSCOP. Żeby działał trzeba stworzyć kopie jednego komponenta z place-order i resztę usunąć. Następnie wkleić kod w odpowiednie miejsca w skopiowanym komponencie.
|
||||||
|
|
||||||
### What is this repository for? ###
|
|
||||||
|
|
||||||
* Quick summary
|
|
||||||
* Version
|
|
||||||
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
|
||||||
|
|
||||||
### How do I get set up? ###
|
|
||||||
|
|
||||||
* Summary of set up
|
|
||||||
* Configuration
|
|
||||||
* Dependencies
|
|
||||||
* Database configuration
|
|
||||||
* How to run tests
|
|
||||||
* Deployment instructions
|
|
||||||
|
|
||||||
### Contribution guidelines ###
|
|
||||||
|
|
||||||
* Writing tests
|
|
||||||
* Code review
|
|
||||||
* Other guidelines
|
|
||||||
|
|
||||||
### Who do I talk to? ###
|
|
||||||
|
|
||||||
* Repo owner or admin
|
|
||||||
* Other community or team contact
|
|
||||||
1337
index.xslt
Normal file
1337
index.xslt
Normal file
File diff suppressed because it is too large
Load Diff
9
script.js
Normal file
9
script.js
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// Zmiana linku po anulowaniu zamówienia;
|
||||||
|
setTimeout(function() {
|
||||||
|
const returnPage = document.querySelector(".return_page");
|
||||||
|
const returnButton = document.querySelector("#retbut_ordercancel_ok");
|
||||||
|
|
||||||
|
if(returnPage && returnButton){
|
||||||
|
returnButton.href = returnButton.href.replace("&order_number", "&order_number");
|
||||||
|
}
|
||||||
|
}, 50);
|
||||||
1906
wydzielonyScript.js
Normal file
1906
wydzielonyScript.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user