Skip to content

Commit

Permalink
Update rtlmd.js: address of init content
Browse files Browse the repository at this point in the history
  • Loading branch information
dariubs committed Feb 25, 2024
1 parent 69d7582 commit 136326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/rtlmd.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function(){

var initUrl = 'https://rtlmd.codecast.ir/initcontent.md';
var initUrl = 'https://rtlmd.productivity.directory/initcontent.md';

$(document).ready(function(){
if(localStorage!='' && localStorage['content']!=null){
Expand Down

0 comments on commit 136326c

Please sign in to comment.